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