#[repr(transparent)]pub struct KeysDictMode(pub c_uchar);Tuple Fields§
§0: c_ucharTrait Implementations§
Source§impl Clone for KeysDictMode
impl Clone for KeysDictMode
Source§fn clone(&self) -> KeysDictMode
fn clone(&self) -> KeysDictMode
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 KeysDictMode
Source§impl Debug for KeysDictMode
impl Debug for KeysDictMode
impl Eq for KeysDictMode
Source§impl Hash for KeysDictMode
impl Hash for KeysDictMode
Source§impl PartialEq for KeysDictMode
impl PartialEq for KeysDictMode
Source§fn eq(&self, other: &KeysDictMode) -> bool
fn eq(&self, other: &KeysDictMode) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for KeysDictMode
Auto Trait Implementations§
impl Freeze for KeysDictMode
impl RefUnwindSafe for KeysDictMode
impl Send for KeysDictMode
impl Sync for KeysDictMode
impl Unpin for KeysDictMode
impl UnsafeUnpin for KeysDictMode
impl UnwindSafe for KeysDictMode
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