#[repr(u64)]pub enum NSUrlBookmarkCreationOptions {
PreferFileIDResolution = 256,
MinimalBookmark = 512,
SuitableForBookmarkFile = 1_024,
WithSecurityScope = 2_048,
SecurityScopeAllowOnlyReadAccess = 4_096,
}Variants§
PreferFileIDResolution = 256
MinimalBookmark = 512
SuitableForBookmarkFile = 1_024
WithSecurityScope = 2_048
SecurityScopeAllowOnlyReadAccess = 4_096
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NSUrlBookmarkCreationOptions
impl RefUnwindSafe for NSUrlBookmarkCreationOptions
impl Send for NSUrlBookmarkCreationOptions
impl Sync for NSUrlBookmarkCreationOptions
impl Unpin for NSUrlBookmarkCreationOptions
impl UnwindSafe for NSUrlBookmarkCreationOptions
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