#[repr(C)]pub struct ipmgmt_aobjop_arg_s {
pub ia_cmd: ipmgmt_door_cmd_type_t,
pub ia_flags: u32,
pub ia_aobjname: [c_char; 64],
pub ia_ifname: [c_char; 32],
pub ia_lnum: i32,
pub ia_family: sa_family_t,
pub ia_atype: ipadm_addr_type_t,
}
Fields§
§ia_cmd: ipmgmt_door_cmd_type_t
§ia_flags: u32
§ia_aobjname: [c_char; 64]
§ia_ifname: [c_char; 32]
§ia_lnum: i32
§ia_family: sa_family_t
§ia_atype: ipadm_addr_type_t
Trait Implementations§
Source§impl Clone for ipmgmt_aobjop_arg_s
impl Clone for ipmgmt_aobjop_arg_s
Source§fn clone(&self) -> ipmgmt_aobjop_arg_s
fn clone(&self) -> ipmgmt_aobjop_arg_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 ipmgmt_aobjop_arg_s
impl Debug for ipmgmt_aobjop_arg_s
impl Copy for ipmgmt_aobjop_arg_s
Auto Trait Implementations§
impl Freeze for ipmgmt_aobjop_arg_s
impl RefUnwindSafe for ipmgmt_aobjop_arg_s
impl Send for ipmgmt_aobjop_arg_s
impl Sync for ipmgmt_aobjop_arg_s
impl Unpin for ipmgmt_aobjop_arg_s
impl UnwindSafe for ipmgmt_aobjop_arg_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