pub struct EthernetInterfaceUpdate {
pub oem: Option<OemUpdate>,
}Expand description
Update struct corresponding to EthernetInterface
Fields§
§oem: Option<OemUpdate>Implementations§
Trait Implementations§
Source§impl Debug for EthernetInterfaceUpdate
impl Debug for EthernetInterfaceUpdate
Source§impl Default for EthernetInterfaceUpdate
impl Default for EthernetInterfaceUpdate
Source§fn default() -> EthernetInterfaceUpdate
fn default() -> EthernetInterfaceUpdate
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for EthernetInterfaceUpdate
impl RefUnwindSafe for EthernetInterfaceUpdate
impl Send for EthernetInterfaceUpdate
impl Sync for EthernetInterfaceUpdate
impl Unpin for EthernetInterfaceUpdate
impl UnsafeUnpin for EthernetInterfaceUpdate
impl UnwindSafe for EthernetInterfaceUpdate
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