#[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 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for SlixPasswordType
Source§impl Debug for SlixPasswordType
impl Debug for SlixPasswordType
impl Eq for SlixPasswordType
Source§impl Hash for SlixPasswordType
impl Hash for SlixPasswordType
Source§impl PartialEq for SlixPasswordType
impl PartialEq for SlixPasswordType
Source§fn eq(&self, other: &SlixPasswordType) -> bool
fn eq(&self, other: &SlixPasswordType) -> bool
Tests for
self and other values to be equal, and is used by ==.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 UnsafeUnpin 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