Struct netlink_packet_route::link::BridgeId
source · pub struct BridgeId {
pub priority: u16,
pub address: [u8; 6],
}
Fields§
§priority: u16
§address: [u8; 6]
Trait Implementations§
source§impl<T: AsRef<[u8]> + ?Sized> Parseable<BridgeIdBuffer<&T>> for BridgeId
impl<T: AsRef<[u8]> + ?Sized> Parseable<BridgeIdBuffer<&T>> for BridgeId
source§fn parse(buf: &BridgeIdBuffer<&T>) -> Result<Self, DecodeError>
fn parse(buf: &BridgeIdBuffer<&T>) -> Result<Self, DecodeError>
Deserialize the current type.
impl Eq for BridgeId
impl StructuralPartialEq for BridgeId
Auto Trait Implementations§
impl Freeze for BridgeId
impl RefUnwindSafe for BridgeId
impl Send for BridgeId
impl Sync for BridgeId
impl Unpin for BridgeId
impl UnwindSafe for BridgeId
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
)