Struct Snapshot
pub struct Snapshot {
pub generation: u32,
pub pin: Option<u32>,
pub local_irk: Option<[u8; 16]>,
pub bonds: Vec<StoredBond, umsh_journal_store::::ble::Snapshot::{constant#0}>,
}Fields§
§generation: u32§pin: Option<u32>§local_irk: Option<[u8; 16]>§bonds: Vec<StoredBond, umsh_journal_store::::ble::Snapshot::{constant#0}>Implementations§
Trait Implementations§
impl Eq for Snapshot
impl StructuralPartialEq for Snapshot
Auto Trait Implementations§
impl Freeze for Snapshot
impl RefUnwindSafe for Snapshot
impl Send for Snapshot
impl Sync for Snapshot
impl Unpin for Snapshot
impl UnwindSafe for Snapshot
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)