pub struct RawSecurityKey {
pub flink: CellOffset,
pub blink: CellOffset,
pub reference_count: u32,
pub descriptor_size: u32,
pub descriptor: Vec<u8>,
}Expand description
Raw SK (Security Key) cell data.
Fields§
§flink: CellOffset§blink: CellOffset§reference_count: u32§descriptor_size: u32§descriptor: Vec<u8>Implementations§
Trait Implementations§
Source§impl Clone for RawSecurityKey
impl Clone for RawSecurityKey
Source§fn clone(&self) -> RawSecurityKey
fn clone(&self) -> RawSecurityKey
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for RawSecurityKey
impl RefUnwindSafe for RawSecurityKey
impl Send for RawSecurityKey
impl Sync for RawSecurityKey
impl Unpin for RawSecurityKey
impl UnsafeUnpin for RawSecurityKey
impl UnwindSafe for RawSecurityKey
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