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