pub struct LinkBridgeVlan;Implementations§
Source§impl LinkBridgeVlan
impl LinkBridgeVlan
pub fn new(port_index: u32) -> LinkMessageBuilder<Self>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LinkBridgeVlan
impl RefUnwindSafe for LinkBridgeVlan
impl Send for LinkBridgeVlan
impl Sync for LinkBridgeVlan
impl Unpin for LinkBridgeVlan
impl UnwindSafe for LinkBridgeVlan
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