#[repr(C)]pub struct NSFileProviderTypeAndCreator {
pub type: u32,
pub creator: u32,
}
Available on crate feature
NSFileProviderItem
only.Expand description
Fields§
§type: u32
The first word of the FinderInfo structure. It matches the file type code
creator: u32
The second word of the FinderInfo structure. It matches the creator code
Trait Implementations§
Source§impl Clone for NSFileProviderTypeAndCreator
impl Clone for NSFileProviderTypeAndCreator
Source§fn clone(&self) -> NSFileProviderTypeAndCreator
fn clone(&self) -> NSFileProviderTypeAndCreator
Returns a duplicate 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 NSFileProviderTypeAndCreator
impl Debug for NSFileProviderTypeAndCreator
Source§impl PartialEq for NSFileProviderTypeAndCreator
impl PartialEq for NSFileProviderTypeAndCreator
Source§fn eq(&self, other: &NSFileProviderTypeAndCreator) -> bool
fn eq(&self, other: &NSFileProviderTypeAndCreator) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Source§impl RefEncode for NSFileProviderTypeAndCreator
impl RefEncode for NSFileProviderTypeAndCreator
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 NSFileProviderTypeAndCreator
impl StructuralPartialEq for NSFileProviderTypeAndCreator
Auto Trait Implementations§
impl Freeze for NSFileProviderTypeAndCreator
impl RefUnwindSafe for NSFileProviderTypeAndCreator
impl Send for NSFileProviderTypeAndCreator
impl Sync for NSFileProviderTypeAndCreator
impl Unpin for NSFileProviderTypeAndCreator
impl UnwindSafe for NSFileProviderTypeAndCreator
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> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
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.