#[repr(C)]pub struct nvlist {
pub nvl_version: i32,
pub nvl_nvflag: u32,
pub nvl_priv: u64,
pub nvl_flag: u32,
pub nvl_pad: i32,
}
Fields§
§nvl_version: i32
§nvl_nvflag: u32
§nvl_priv: u64
§nvl_flag: u32
§nvl_pad: i32
Trait Implementations§
Auto Trait Implementations§
impl Freeze for nvlist
impl RefUnwindSafe for nvlist
impl Send for nvlist
impl Sync for nvlist
impl Unpin for nvlist
impl UnwindSafe for nvlist
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