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