pub struct VirtualInterfaceUpdate {
pub if_id: u32,
pub new_name: Option<String>,
pub kind: VirtualInterfaceKind,
pub admin_up: Option<bool>,
}Fields§
§if_id: u32§new_name: Option<String>§kind: VirtualInterfaceKind§admin_up: Option<bool>Trait Implementations§
Source§impl Clone for VirtualInterfaceUpdate
impl Clone for VirtualInterfaceUpdate
Source§fn clone(&self) -> VirtualInterfaceUpdate
fn clone(&self) -> VirtualInterfaceUpdate
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 VirtualInterfaceUpdate
impl Debug for VirtualInterfaceUpdate
Source§impl PartialEq for VirtualInterfaceUpdate
impl PartialEq for VirtualInterfaceUpdate
impl StructuralPartialEq for VirtualInterfaceUpdate
Auto Trait Implementations§
impl Freeze for VirtualInterfaceUpdate
impl RefUnwindSafe for VirtualInterfaceUpdate
impl Send for VirtualInterfaceUpdate
impl Sync for VirtualInterfaceUpdate
impl Unpin for VirtualInterfaceUpdate
impl UnsafeUnpin for VirtualInterfaceUpdate
impl UnwindSafe for VirtualInterfaceUpdate
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