Struct SecureLockIconConstants
#[repr(transparent)]pub struct SecureLockIconConstants(pub i32);Tuple Fields§
§0: i32Trait Implementations§
§impl Clone for SecureLockIconConstants
 
impl Clone for SecureLockIconConstants
§fn clone(&self) -> SecureLockIconConstants
 
fn clone(&self) -> SecureLockIconConstants
Returns a copy 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 more§impl Debug for SecureLockIconConstants
 
impl Debug for SecureLockIconConstants
§impl Default for SecureLockIconConstants
 
impl Default for SecureLockIconConstants
§fn default() -> SecureLockIconConstants
 
fn default() -> SecureLockIconConstants
Returns the “default value” for a type. Read more
§impl PartialEq for SecureLockIconConstants
 
impl PartialEq for SecureLockIconConstants
impl Copy for SecureLockIconConstants
impl Eq for SecureLockIconConstants
impl StructuralPartialEq for SecureLockIconConstants
Auto Trait Implementations§
impl Freeze for SecureLockIconConstants
impl RefUnwindSafe for SecureLockIconConstants
impl Send for SecureLockIconConstants
impl Sync for SecureLockIconConstants
impl Unpin for SecureLockIconConstants
impl UnwindSafe for SecureLockIconConstants
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