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