pub struct DhcpClientParameters {
pub wait: i32,
pub primary: bool,
}
Fields§
§wait: i32
§primary: bool
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DhcpClientParameters
impl RefUnwindSafe for DhcpClientParameters
impl Send for DhcpClientParameters
impl Sync for DhcpClientParameters
impl Unpin for DhcpClientParameters
impl UnwindSafe for DhcpClientParameters
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