struct Tiocsctty;Trait Implementations§
Source§impl Ioctl for Tiocsctty
 
impl Ioctl for Tiocsctty
Source§const IS_MUTATING: bool = false
 
const IS_MUTATING: bool = false
Does the 
ioctl mutate any data in the userspace? Read moreSource§fn as_ptr(&mut self) -> *mut c_void
 
fn as_ptr(&mut self) -> *mut c_void
Get a pointer to the data to be passed to the 
ioctl command. Read moreSource§unsafe fn output_from_ptr(
    _: IoctlOutput,
    _: *mut c_void,
) -> Result<Self::Output>
 
unsafe fn output_from_ptr( _: IoctlOutput, _: *mut c_void, ) -> Result<Self::Output>
Cast the output data to the correct type. Read more
Auto Trait Implementations§
impl Freeze for Tiocsctty
impl RefUnwindSafe for Tiocsctty
impl Send for Tiocsctty
impl Sync for Tiocsctty
impl Unpin for Tiocsctty
impl UnwindSafe for Tiocsctty
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more