Struct TsGravity
#[repr(transparent)]pub struct TsGravity(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
impl Copy for TsGravity
impl Eq for TsGravity
impl StructuralPartialEq for TsGravity
Auto Trait Implementations§
impl Freeze for TsGravity
impl RefUnwindSafe for TsGravity
impl Send for TsGravity
impl Sync for TsGravity
impl Unpin for TsGravity
impl UnwindSafe for TsGravity
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