pub struct ReceiverAddress {
pub manufacturer: u16,
pub address: [u8; 6],
}Fields§
§manufacturer: u16§address: [u8; 6]Trait Implementations§
Source§impl Debug for ReceiverAddress
impl Debug for ReceiverAddress
Source§impl PartialEq for ReceiverAddress
impl PartialEq for ReceiverAddress
impl StructuralPartialEq for ReceiverAddress
Auto Trait Implementations§
impl Freeze for ReceiverAddress
impl RefUnwindSafe for ReceiverAddress
impl Send for ReceiverAddress
impl Sync for ReceiverAddress
impl Unpin for ReceiverAddress
impl UnsafeUnpin for ReceiverAddress
impl UnwindSafe for ReceiverAddress
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