Struct windows_sys::UI::Text::RangeGravity
[−]#[repr(transparent)]pub struct RangeGravity(pub i32);
Expand description
Required features: ‘UI_Text’
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
impl Copy for RangeGravity
Auto Trait Implementations
impl RefUnwindSafe for RangeGravity
impl Send for RangeGravity
impl Sync for RangeGravity
impl Unpin for RangeGravity
impl UnwindSafe for RangeGravity
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more