pub struct Corner(/* private fields */);Expand description
C++ enum: Qt::Corner.
Implementations§
Source§impl Corner
impl Corner
Sourcepub const TopLeftCorner: Corner
pub const TopLeftCorner: Corner
C++ enum variant: TopLeftCorner = 0
Sourcepub const TopRightCorner: Corner
pub const TopRightCorner: Corner
C++ enum variant: TopRightCorner = 1
Sourcepub const BottomLeftCorner: Corner
pub const BottomLeftCorner: Corner
C++ enum variant: BottomLeftCorner = 2
Sourcepub const BottomRightCorner: Corner
pub const BottomRightCorner: Corner
C++ enum variant: BottomRightCorner = 3
Trait Implementations§
impl Copy for Corner
impl Eq for Corner
impl StructuralPartialEq for Corner
Auto Trait Implementations§
impl Freeze for Corner
impl RefUnwindSafe for Corner
impl Send for Corner
impl Sync for Corner
impl Unpin for Corner
impl UnsafeUnpin for Corner
impl UnwindSafe for Corner
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