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