pub struct AcceptMode(/* private fields */);
Expand description
C++ enum: QFileDialog::AcceptMode
.
Implementations§
Source§impl AcceptMode
impl AcceptMode
Sourcepub const AcceptOpen: AcceptMode
pub const AcceptOpen: AcceptMode
C++ enum variant: AcceptOpen = 0
Sourcepub const AcceptSave: AcceptMode
pub const AcceptSave: AcceptMode
C++ enum variant: AcceptSave = 1
Trait Implementations§
Source§impl Clone for AcceptMode
impl Clone for AcceptMode
Source§fn clone(&self) -> AcceptMode
fn clone(&self) -> AcceptMode
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for AcceptMode
impl Debug for AcceptMode
Source§impl From<AcceptMode> for c_int
impl From<AcceptMode> for c_int
Source§fn from(value: AcceptMode) -> Self
fn from(value: AcceptMode) -> Self
Converts to this type from the input type.
Source§impl From<i32> for AcceptMode
impl From<i32> for AcceptMode
Source§impl PartialEq for AcceptMode
impl PartialEq for AcceptMode
impl Copy for AcceptMode
impl Eq for AcceptMode
impl StructuralPartialEq for AcceptMode
Auto Trait Implementations§
impl Freeze for AcceptMode
impl RefUnwindSafe for AcceptMode
impl Send for AcceptMode
impl Sync for AcceptMode
impl Unpin for AcceptMode
impl UnwindSafe for AcceptMode
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