#[repr(C)]pub struct ipmgmt_aobjop_rval_s {
pub ir_err: i32,
pub ir_aobjname: [c_char; 64],
pub ir_ifname: [c_char; 32],
pub ir_lnum: i32,
pub ir_family: sa_family_t,
pub ir_flags: u32,
pub ir_atype: ipadm_addr_type_t,
pub ir_atype_cache: ipmgmt_addr_type_cache_u,
}
Fields§
§ir_err: i32
§ir_aobjname: [c_char; 64]
§ir_ifname: [c_char; 32]
§ir_lnum: i32
§ir_family: sa_family_t
§ir_flags: u32
§ir_atype: ipadm_addr_type_t
§ir_atype_cache: ipmgmt_addr_type_cache_u
Trait Implementations§
Source§impl Clone for ipmgmt_aobjop_rval_s
impl Clone for ipmgmt_aobjop_rval_s
Source§fn clone(&self) -> ipmgmt_aobjop_rval_s
fn clone(&self) -> ipmgmt_aobjop_rval_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 moreimpl Copy for ipmgmt_aobjop_rval_s
Auto Trait Implementations§
impl Freeze for ipmgmt_aobjop_rval_s
impl RefUnwindSafe for ipmgmt_aobjop_rval_s
impl Send for ipmgmt_aobjop_rval_s
impl Sync for ipmgmt_aobjop_rval_s
impl Unpin for ipmgmt_aobjop_rval_s
impl UnwindSafe for ipmgmt_aobjop_rval_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