pub struct ArrowType(/* private fields */);
Expand description
C++ enum: Qt::ArrowType
.
Implementations§
Trait Implementations§
impl Copy for ArrowType
impl Eq for ArrowType
impl StructuralPartialEq for ArrowType
Auto Trait Implementations§
impl Freeze for ArrowType
impl RefUnwindSafe for ArrowType
impl Send for ArrowType
impl Sync for ArrowType
impl Unpin for ArrowType
impl UnwindSafe for ArrowType
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