#[repr(C)]pub struct ipadm_dbwrite_cbarg_s {
pub dbw_nvl: *mut nvlist_t,
pub dbw_flags: uint_t,
}
Fields§
§dbw_nvl: *mut nvlist_t
§dbw_flags: uint_t
Trait Implementations§
Source§impl Clone for ipadm_dbwrite_cbarg_s
impl Clone for ipadm_dbwrite_cbarg_s
Source§fn clone(&self) -> ipadm_dbwrite_cbarg_s
fn clone(&self) -> ipadm_dbwrite_cbarg_s
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 ipadm_dbwrite_cbarg_s
impl Debug for ipadm_dbwrite_cbarg_s
impl Copy for ipadm_dbwrite_cbarg_s
Auto Trait Implementations§
impl Freeze for ipadm_dbwrite_cbarg_s
impl RefUnwindSafe for ipadm_dbwrite_cbarg_s
impl !Send for ipadm_dbwrite_cbarg_s
impl !Sync for ipadm_dbwrite_cbarg_s
impl Unpin for ipadm_dbwrite_cbarg_s
impl UnwindSafe for ipadm_dbwrite_cbarg_s
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