#[repr(C)]pub struct ioctl {
pub ifno: c_int,
pub ioctl_code: c_int,
pub data: *mut c_void,
}Fields§
§ifno: c_int§ioctl_code: c_int§data: *mut c_voidTrait Implementations§
Auto Trait Implementations§
impl Freeze for ioctl
impl RefUnwindSafe for ioctl
impl !Send for ioctl
impl !Sync for ioctl
impl Unpin for ioctl
impl UnwindSafe for ioctl
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