pub struct VlanPort {
pub fsp: Fsp,
pub native_vlan: u32,
pub state: String,
}Fields§
§fsp: Fsp§native_vlan: u32§state: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for VlanPort
impl RefUnwindSafe for VlanPort
impl Send for VlanPort
impl Sync for VlanPort
impl Unpin for VlanPort
impl UnsafeUnpin for VlanPort
impl UnwindSafe for VlanPort
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