pub struct LinkKey { /* private fields */ }
Implementations§
Source§impl LinkKey
impl LinkKey
pub fn address(&self) -> &Address
pub fn address_type(&self) -> &AddressType
pub fn key_type(&self) -> &LinkKeyType
pub fn value(&self) -> &[u8; 16]
pub fn pin_length(&self) -> &u8
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LinkKey
impl RefUnwindSafe for LinkKey
impl Send for LinkKey
impl Sync for LinkKey
impl Unpin for LinkKey
impl UnwindSafe for LinkKey
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