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