pub struct KeySet {
pub key_type: u8,
pub key: Vec<u8>,
}Expand description
osdp_KEYSET body.
Fields§
§key_type: u8Key type (0x01 = SCBK).
key: Vec<u8>Key bytes.
Implementations§
Trait Implementations§
impl Eq for KeySet
impl StructuralPartialEq for KeySet
Auto Trait Implementations§
impl Freeze for KeySet
impl RefUnwindSafe for KeySet
impl Send for KeySet
impl Sync for KeySet
impl Unpin for KeySet
impl UnsafeUnpin for KeySet
impl UnwindSafe for KeySet
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