pub struct ItemRole(/* private fields */);Expand description
This enum specifies the types of widgets (or other layout items) that may appear in a row.
C++ enum: QFormLayout::ItemRole.
This enum specifies the types of widgets (or other layout items) that may appear in a row.
See also itemAt() and getItemPosition().
Implementations§
Trait Implementations§
impl Copy for ItemRole
impl Eq for ItemRole
impl StructuralPartialEq for ItemRole
Auto Trait Implementations§
impl Freeze for ItemRole
impl RefUnwindSafe for ItemRole
impl Send for ItemRole
impl Sync for ItemRole
impl Unpin for ItemRole
impl UnsafeUnpin for ItemRole
impl UnwindSafe for ItemRole
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