#[repr(transparent)]pub struct C4EncryptionKeySize(pub u64);Tuple Fields§
§0: u64Implementations§
Trait Implementations§
Source§impl Clone for C4EncryptionKeySize
impl Clone for C4EncryptionKeySize
Source§fn clone(&self) -> C4EncryptionKeySize
fn clone(&self) -> C4EncryptionKeySize
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for C4EncryptionKeySize
impl Debug for C4EncryptionKeySize
Source§impl Hash for C4EncryptionKeySize
impl Hash for C4EncryptionKeySize
Source§impl PartialEq for C4EncryptionKeySize
impl PartialEq for C4EncryptionKeySize
impl Copy for C4EncryptionKeySize
impl Eq for C4EncryptionKeySize
impl StructuralPartialEq for C4EncryptionKeySize
Auto Trait Implementations§
impl Freeze for C4EncryptionKeySize
impl RefUnwindSafe for C4EncryptionKeySize
impl Send for C4EncryptionKeySize
impl Sync for C4EncryptionKeySize
impl Unpin for C4EncryptionKeySize
impl UnwindSafe for C4EncryptionKeySize
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