#[repr(C)]pub struct sioctl_desc {
pub addr: c_uint,
pub type_: c_uint,
pub func: [c_char; 12],
pub group: [c_char; 12],
pub node0: sioctl_node,
pub node1: sioctl_node,
pub maxval: c_uint,
pub __pad: [c_int; 3],
}Fields§
§addr: c_uint§type_: c_uint§func: [c_char; 12]§group: [c_char; 12]§node0: sioctl_node§node1: sioctl_node§maxval: c_uint§__pad: [c_int; 3]Trait Implementations§
Source§impl Clone for sioctl_desc
impl Clone for sioctl_desc
Source§fn clone(&self) -> sioctl_desc
fn clone(&self) -> sioctl_desc
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for sioctl_desc
impl Debug for sioctl_desc
impl Copy for sioctl_desc
Auto Trait Implementations§
impl Freeze for sioctl_desc
impl RefUnwindSafe for sioctl_desc
impl Send for sioctl_desc
impl Sync for sioctl_desc
impl Unpin for sioctl_desc
impl UnwindSafe for sioctl_desc
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