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