#[repr(C)]pub struct strioctl {
pub ic_cmd: c_int,
pub ic_timeout: c_int,
pub ic_len: c_int,
pub ic_dp: *mut c_char,
}
Fields§
§ic_cmd: c_int
§ic_timeout: c_int
§ic_len: c_int
§ic_dp: *mut c_char
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for strioctl
impl RefUnwindSafe for strioctl
impl !Send for strioctl
impl !Sync for strioctl
impl Unpin for strioctl
impl UnwindSafe for strioctl
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