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