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