pub struct KeyIdentifierField { /* private fields */ }Expand description
A Key Identifier Mode field.
Implementations§
Source§impl KeyIdentifierField
impl KeyIdentifierField
pub fn from(buffer: u8) -> Self
Sourcepub fn key_identifier_mode(&self) -> KeyIdentifierMode
pub fn key_identifier_mode(&self) -> KeyIdentifierMode
Return the Key Identifier Mode.
Auto Trait Implementations§
impl Freeze for KeyIdentifierField
impl RefUnwindSafe for KeyIdentifierField
impl Send for KeyIdentifierField
impl Sync for KeyIdentifierField
impl Unpin for KeyIdentifierField
impl UnwindSafe for KeyIdentifierField
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