#[repr(C)]pub struct sioctl_node {
pub name: [c_char; 12],
pub unit: c_int,
}Fields§
§name: [c_char; 12]§unit: c_intTrait Implementations§
Source§impl Clone for sioctl_node
impl Clone for sioctl_node
Source§fn clone(&self) -> sioctl_node
fn clone(&self) -> sioctl_node
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_node
impl Debug for sioctl_node
impl Copy for sioctl_node
Auto Trait Implementations§
impl Freeze for sioctl_node
impl RefUnwindSafe for sioctl_node
impl Send for sioctl_node
impl Sync for sioctl_node
impl Unpin for sioctl_node
impl UnwindSafe for sioctl_node
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