pub struct IntegerSetter<Opcode> { /* private fields */ }
Expand description
Implements an ioctl
that passes an integer into the ioctl
.
Implementations§
Source§impl<Opcode: CompileTimeOpcode> IntegerSetter<Opcode>
impl<Opcode: CompileTimeOpcode> IntegerSetter<Opcode>
Trait Implementations§
Source§impl<Opcode: CompileTimeOpcode> Ioctl for IntegerSetter<Opcode>
impl<Opcode: CompileTimeOpcode> Ioctl for IntegerSetter<Opcode>
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(
_out: IoctlOutput,
_extract_output: *mut c_void,
) -> Result<Self::Output>
unsafe fn output_from_ptr( _out: IoctlOutput, _extract_output: *mut c_void, ) -> Result<Self::Output>
Cast the output data to the correct type. Read more
Auto Trait Implementations§
impl<Opcode> Freeze for IntegerSetter<Opcode>
impl<Opcode> RefUnwindSafe for IntegerSetter<Opcode>where
Opcode: RefUnwindSafe,
impl<Opcode> Send for IntegerSetter<Opcode>where
Opcode: Send,
impl<Opcode> Sync for IntegerSetter<Opcode>where
Opcode: Sync,
impl<Opcode> Unpin for IntegerSetter<Opcode>where
Opcode: Unpin,
impl<Opcode> UnwindSafe for IntegerSetter<Opcode>where
Opcode: UnwindSafe,
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
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 8 bytes