struct Ficlone<'a>(BorrowedFd<'a>);
Tuple Fields§
§0: BorrowedFd<'a>
Trait Implementations§
source§impl Ioctl for Ficlone<'_>
impl Ioctl for Ficlone<'_>
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<'a> Freeze for Ficlone<'a>
impl<'a> RefUnwindSafe for Ficlone<'a>
impl<'a> Send for Ficlone<'a>
impl<'a> Sync for Ficlone<'a>
impl<'a> Unpin for Ficlone<'a>
impl<'a> UnwindSafe for Ficlone<'a>
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