#[repr(transparent)]pub struct ENCODINGTYPE(pub i32);Tuple Fields§
§0: i32Trait Implementations§
Source§impl Clone for ENCODINGTYPE
impl Clone for ENCODINGTYPE
Source§fn clone(&self) -> ENCODINGTYPE
fn clone(&self) -> ENCODINGTYPE
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 ENCODINGTYPE
Source§impl Debug for ENCODINGTYPE
impl Debug for ENCODINGTYPE
Source§impl Default for ENCODINGTYPE
impl Default for ENCODINGTYPE
Source§fn default() -> ENCODINGTYPE
fn default() -> ENCODINGTYPE
Returns the “default value” for a type. Read more
impl Eq for ENCODINGTYPE
Source§impl PartialEq for ENCODINGTYPE
impl PartialEq for ENCODINGTYPE
Source§fn eq(&self, other: &ENCODINGTYPE) -> bool
fn eq(&self, other: &ENCODINGTYPE) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ENCODINGTYPE
Auto Trait Implementations§
impl Freeze for ENCODINGTYPE
impl RefUnwindSafe for ENCODINGTYPE
impl Send for ENCODINGTYPE
impl Sync for ENCODINGTYPE
impl Unpin for ENCODINGTYPE
impl UnsafeUnpin for ENCODINGTYPE
impl UnwindSafe for ENCODINGTYPE
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