pub struct LoadHint(/* private fields */);Expand description
C++ enum: QLibrary::LoadHint.
Implementations§
Source§impl LoadHint
impl LoadHint
Sourcepub const ResolveAllSymbolsHint: LoadHint
pub const ResolveAllSymbolsHint: LoadHint
C++ enum variant: ResolveAllSymbolsHint = 1
Sourcepub const ExportExternalSymbolsHint: LoadHint
pub const ExportExternalSymbolsHint: LoadHint
C++ enum variant: ExportExternalSymbolsHint = 2
Sourcepub const LoadArchiveMemberHint: LoadHint
pub const LoadArchiveMemberHint: LoadHint
C++ enum variant: LoadArchiveMemberHint = 4
Sourcepub const PreventUnloadHint: LoadHint
pub const PreventUnloadHint: LoadHint
C++ enum variant: PreventUnloadHint = 8
Sourcepub const DeepBindHint: LoadHint
pub const DeepBindHint: LoadHint
C++ enum variant: DeepBindHint = 16
Trait Implementations§
impl Copy for LoadHint
impl Eq for LoadHint
impl StructuralPartialEq for LoadHint
Auto Trait Implementations§
impl Freeze for LoadHint
impl RefUnwindSafe for LoadHint
impl Send for LoadHint
impl Sync for LoadHint
impl Unpin for LoadHint
impl UnsafeUnpin for LoadHint
impl UnwindSafe for LoadHint
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