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 = Self(0i32)
pub const Backward: Self = Self(1i32)
pub const Forward: Self = Self(2i32)
pub const Inward: Self = Self(3i32)
pub const Outward: Self = Self(4i32)
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 · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more