pub struct UserInputResolutionOption(/* private fields */);Expand description
C++ enum: QUrl::UserInputResolutionOption.
Implementations§
Source§impl UserInputResolutionOption
impl UserInputResolutionOption
Sourcepub const DefaultResolution: UserInputResolutionOption
pub const DefaultResolution: UserInputResolutionOption
C++ enum variant: DefaultResolution = 0
Sourcepub const AssumeLocalFile: UserInputResolutionOption
pub const AssumeLocalFile: UserInputResolutionOption
C++ enum variant: AssumeLocalFile = 1
Trait Implementations§
Source§impl<T: Into<QFlags<UserInputResolutionOption>>> BitOr<T> for UserInputResolutionOption
impl<T: Into<QFlags<UserInputResolutionOption>>> BitOr<T> for UserInputResolutionOption
Source§impl Clone for UserInputResolutionOption
impl Clone for UserInputResolutionOption
Source§fn clone(&self) -> UserInputResolutionOption
fn clone(&self) -> UserInputResolutionOption
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 UserInputResolutionOption
impl Debug for UserInputResolutionOption
Source§impl From<UserInputResolutionOption> for QFlags<UserInputResolutionOption>
impl From<UserInputResolutionOption> for QFlags<UserInputResolutionOption>
Source§fn from(value: UserInputResolutionOption) -> Self
fn from(value: UserInputResolutionOption) -> Self
Converts to this type from the input type.
Source§impl From<UserInputResolutionOption> for c_int
impl From<UserInputResolutionOption> for c_int
Source§fn from(value: UserInputResolutionOption) -> Self
fn from(value: UserInputResolutionOption) -> Self
Converts to this type from the input type.
Source§impl From<i32> for UserInputResolutionOption
impl From<i32> for UserInputResolutionOption
Source§impl PartialEq for UserInputResolutionOption
impl PartialEq for UserInputResolutionOption
Source§fn eq(&self, other: &UserInputResolutionOption) -> bool
fn eq(&self, other: &UserInputResolutionOption) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for UserInputResolutionOption
impl Eq for UserInputResolutionOption
impl StructuralPartialEq for UserInputResolutionOption
Auto Trait Implementations§
impl Freeze for UserInputResolutionOption
impl RefUnwindSafe for UserInputResolutionOption
impl Send for UserInputResolutionOption
impl Sync for UserInputResolutionOption
impl Unpin for UserInputResolutionOption
impl UnsafeUnpin for UserInputResolutionOption
impl UnwindSafe for UserInputResolutionOption
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