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