#[repr(u64)]pub enum NSUrlBookmarkResolutionOptions {
WithoutUI = 256,
WithoutMounting = 512,
WithSecurityScope = 1_024,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NSUrlBookmarkResolutionOptions
impl RefUnwindSafe for NSUrlBookmarkResolutionOptions
impl Send for NSUrlBookmarkResolutionOptions
impl Sync for NSUrlBookmarkResolutionOptions
impl Unpin for NSUrlBookmarkResolutionOptions
impl UnwindSafe for NSUrlBookmarkResolutionOptions
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