pub struct OA2 {
pub addr: u8,
pub mask: AddrMask,
}
Expand description
The second Own Address register.
Fields§
§addr: u8
The address.
mask: AddrMask
The bit mask that will affect how the own address 2 register is compared.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for OA2
impl RefUnwindSafe for OA2
impl Send for OA2
impl Sync for OA2
impl Unpin for OA2
impl UnwindSafe for OA2
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