#[repr(transparent)]pub struct FuriHalCryptoKeySize(pub c_uchar);Expand description
FuriHalCryptoKey Size in bits
Tuple Fields§
§0: c_ucharTrait Implementations§
Source§impl Clone for FuriHalCryptoKeySize
impl Clone for FuriHalCryptoKeySize
Source§fn clone(&self) -> FuriHalCryptoKeySize
fn clone(&self) -> FuriHalCryptoKeySize
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 FuriHalCryptoKeySize
impl Debug for FuriHalCryptoKeySize
Source§impl Hash for FuriHalCryptoKeySize
impl Hash for FuriHalCryptoKeySize
Source§impl PartialEq for FuriHalCryptoKeySize
impl PartialEq for FuriHalCryptoKeySize
impl Copy for FuriHalCryptoKeySize
impl Eq for FuriHalCryptoKeySize
impl StructuralPartialEq for FuriHalCryptoKeySize
Auto Trait Implementations§
impl Freeze for FuriHalCryptoKeySize
impl RefUnwindSafe for FuriHalCryptoKeySize
impl Send for FuriHalCryptoKeySize
impl Sync for FuriHalCryptoKeySize
impl Unpin for FuriHalCryptoKeySize
impl UnwindSafe for FuriHalCryptoKeySize
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