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