#[repr(transparent)]pub struct LayoutDirection {
pub repr: i32,
}
Expand description
This enum type specifies the direction of Qt’s layouts and text handling.
Fields§
§repr: i32
Implementations§
Source§impl LayoutDirection
impl LayoutDirection
pub const LeftToRight: Self
pub const RightToLeft: Self
pub const LayoutDirectionAuto: Self
Trait Implementations§
Source§impl Clone for LayoutDirection
impl Clone for LayoutDirection
Source§impl ExternType for LayoutDirection
impl ExternType for LayoutDirection
Source§impl PartialEq for LayoutDirection
impl PartialEq for LayoutDirection
impl Copy for LayoutDirection
impl Eq for LayoutDirection
impl StructuralPartialEq for LayoutDirection
Auto Trait Implementations§
impl Freeze for LayoutDirection
impl RefUnwindSafe for LayoutDirection
impl Send for LayoutDirection
impl Sync for LayoutDirection
impl Unpin for LayoutDirection
impl UnwindSafe for LayoutDirection
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