Struct netlink_packet_route::link::BridgeVlanInfo
source · pub struct BridgeVlanInfo {
pub flags: BridgeVlanInfoFlags,
pub vid: u16,
}
Fields§
§flags: BridgeVlanInfoFlags
§vid: u16
Implementations§
Trait Implementations§
source§impl Clone for BridgeVlanInfo
impl Clone for BridgeVlanInfo
source§fn clone(&self) -> BridgeVlanInfo
fn clone(&self) -> BridgeVlanInfo
Returns a copy of the value. Read more
1.0.0 · 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 BridgeVlanInfo
impl Debug for BridgeVlanInfo
source§impl From<&BridgeVlanInfo> for [u8; 4]
impl From<&BridgeVlanInfo> for [u8; 4]
source§fn from(d: &BridgeVlanInfo) -> Self
fn from(d: &BridgeVlanInfo) -> Self
Converts to this type from the input type.
source§impl PartialEq for BridgeVlanInfo
impl PartialEq for BridgeVlanInfo
source§impl TryFrom<&[u8]> for BridgeVlanInfo
impl TryFrom<&[u8]> for BridgeVlanInfo
source§type Error = DecodeError
type Error = DecodeError
The type returned in the event of a conversion error.
impl Copy for BridgeVlanInfo
impl Eq for BridgeVlanInfo
impl StructuralPartialEq for BridgeVlanInfo
Auto Trait Implementations§
impl Freeze for BridgeVlanInfo
impl RefUnwindSafe for BridgeVlanInfo
impl Send for BridgeVlanInfo
impl Sync for BridgeVlanInfo
impl Unpin for BridgeVlanInfo
impl UnwindSafe for BridgeVlanInfo
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)