#[repr(transparent)]pub struct C4EncryptionAlgorithm(pub u32);Tuple Fields§
§0: u32Implementations§
Trait Implementations§
Source§impl Clone for C4EncryptionAlgorithm
impl Clone for C4EncryptionAlgorithm
Source§fn clone(&self) -> C4EncryptionAlgorithm
fn clone(&self) -> C4EncryptionAlgorithm
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 C4EncryptionAlgorithm
impl Debug for C4EncryptionAlgorithm
Source§impl Hash for C4EncryptionAlgorithm
impl Hash for C4EncryptionAlgorithm
Source§impl PartialEq for C4EncryptionAlgorithm
impl PartialEq for C4EncryptionAlgorithm
impl Copy for C4EncryptionAlgorithm
impl Eq for C4EncryptionAlgorithm
impl StructuralPartialEq for C4EncryptionAlgorithm
Auto Trait Implementations§
impl Freeze for C4EncryptionAlgorithm
impl RefUnwindSafe for C4EncryptionAlgorithm
impl Send for C4EncryptionAlgorithm
impl Sync for C4EncryptionAlgorithm
impl Unpin for C4EncryptionAlgorithm
impl UnwindSafe for C4EncryptionAlgorithm
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