Struct WS_CHARSET
#[repr(transparent)]pub struct WS_CHARSET(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
§impl Clone for WS_CHARSET
impl Clone for WS_CHARSET
§fn clone(&self) -> WS_CHARSET
fn clone(&self) -> WS_CHARSET
Returns a copy 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 more§impl Debug for WS_CHARSET
impl Debug for WS_CHARSET
§impl Default for WS_CHARSET
impl Default for WS_CHARSET
§fn default() -> WS_CHARSET
fn default() -> WS_CHARSET
Returns the “default value” for a type. Read more
§impl PartialEq for WS_CHARSET
impl PartialEq for WS_CHARSET
impl Copy for WS_CHARSET
impl Eq for WS_CHARSET
impl StructuralPartialEq for WS_CHARSET
Auto Trait Implementations§
impl Freeze for WS_CHARSET
impl RefUnwindSafe for WS_CHARSET
impl Send for WS_CHARSET
impl Sync for WS_CHARSET
impl Unpin for WS_CHARSET
impl UnwindSafe for WS_CHARSET
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