#[repr(transparent)]pub struct NSURLBookmarkCreationOptions(pub NSUInteger);
Available on crate feature
NSURL
only.Tuple Fields§
§0: NSUInteger
Implementations§
source§impl NSURLBookmarkCreationOptions
impl NSURLBookmarkCreationOptions
pub const NSURLBookmarkCreationPreferFileIDResolution: Self = _
👎Deprecated: Not supported
pub const NSURLBookmarkCreationMinimalBookmark: Self = _
pub const NSURLBookmarkCreationSuitableForBookmarkFile: Self = _
pub const NSURLBookmarkCreationWithSecurityScope: Self = _
pub const NSURLBookmarkCreationSecurityScopeAllowOnlyReadAccess: Self = _
pub const NSURLBookmarkCreationWithoutImplicitSecurityScope: Self = _
Trait Implementations§
source§impl Clone for NSURLBookmarkCreationOptions
impl Clone for NSURLBookmarkCreationOptions
source§fn clone(&self) -> NSURLBookmarkCreationOptions
fn clone(&self) -> NSURLBookmarkCreationOptions
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 NSURLBookmarkCreationOptions
impl Debug for NSURLBookmarkCreationOptions
source§impl Hash for NSURLBookmarkCreationOptions
impl Hash for NSURLBookmarkCreationOptions
source§impl Ord for NSURLBookmarkCreationOptions
impl Ord for NSURLBookmarkCreationOptions
source§fn cmp(&self, other: &NSURLBookmarkCreationOptions) -> Ordering
fn cmp(&self, other: &NSURLBookmarkCreationOptions) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq for NSURLBookmarkCreationOptions
impl PartialEq for NSURLBookmarkCreationOptions
source§fn eq(&self, other: &NSURLBookmarkCreationOptions) -> bool
fn eq(&self, other: &NSURLBookmarkCreationOptions) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for NSURLBookmarkCreationOptions
impl PartialOrd for NSURLBookmarkCreationOptions
source§fn partial_cmp(&self, other: &NSURLBookmarkCreationOptions) -> Option<Ordering>
fn partial_cmp(&self, other: &NSURLBookmarkCreationOptions) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moresource§impl RefEncode for NSURLBookmarkCreationOptions
impl RefEncode for NSURLBookmarkCreationOptions
source§const ENCODING_REF: Encoding = _
const ENCODING_REF: Encoding = _
The Objective-C type-encoding for a reference of this type. Read more
impl Copy for NSURLBookmarkCreationOptions
impl Eq for NSURLBookmarkCreationOptions
impl StructuralPartialEq for NSURLBookmarkCreationOptions
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
source§impl<T> EncodeArgument for Twhere
T: Encode,
impl<T> EncodeArgument for Twhere
T: Encode,
source§const ENCODING_ARGUMENT: Encoding = T::ENCODING
const ENCODING_ARGUMENT: Encoding = T::ENCODING
The Objective-C type-encoding for this type.
source§impl<T> EncodeReturn for Twhere
T: Encode,
impl<T> EncodeReturn for Twhere
T: Encode,
source§const ENCODING_RETURN: Encoding = T::ENCODING
const ENCODING_RETURN: Encoding = T::ENCODING
The Objective-C type-encoding for this type.