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