pub struct IoctlCode(pub u32);Expand description
IOCTL code structure
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IoctlCode
impl RefUnwindSafe for IoctlCode
impl Send for IoctlCode
impl Sync for IoctlCode
impl Unpin for IoctlCode
impl UnwindSafe for IoctlCode
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