pub struct Vlan {
pub vlan_id: u32,
pub vlan_type: String,
pub attribute: String,
pub stnd_port_num: u32,
pub serv_port_num: u32,
}Fields§
§vlan_id: u32§vlan_type: String§attribute: String§stnd_port_num: u32§serv_port_num: u32Trait Implementations§
Auto Trait Implementations§
impl Freeze for Vlan
impl RefUnwindSafe for Vlan
impl Send for Vlan
impl Sync for Vlan
impl Unpin for Vlan
impl UnsafeUnpin for Vlan
impl UnwindSafe for Vlan
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