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