pub struct BinaryArchiveDescriptor(/* private fields */);Expand description
Descriptor for creating a binary archive.
C++ equivalent: MTL::BinaryArchiveDescriptor
Implementations§
Source§impl BinaryArchiveDescriptor
impl BinaryArchiveDescriptor
Sourcepub fn new() -> Option<Self>
pub fn new() -> Option<Self>
Create a new binary archive descriptor.
C++ equivalent: BinaryArchiveDescriptor* alloc()->init()
Trait Implementations§
Source§impl Clone for BinaryArchiveDescriptor
impl Clone for BinaryArchiveDescriptor
Source§impl Default for BinaryArchiveDescriptor
impl Default for BinaryArchiveDescriptor
Source§impl Drop for BinaryArchiveDescriptor
impl Drop for BinaryArchiveDescriptor
Source§impl Referencing for BinaryArchiveDescriptor
impl Referencing for BinaryArchiveDescriptor
Source§fn as_mut_ptr(&self) -> *mut c_void
fn as_mut_ptr(&self) -> *mut c_void
Get the raw mutable pointer to the Objective-C object.
Source§fn retain(&self) -> Selfwhere
Self: Clone,
fn retain(&self) -> Selfwhere
Self: Clone,
Retain the object, incrementing its reference count. Read more
Source§fn autorelease(&self) -> Selfwhere
Self: Clone,
fn autorelease(&self) -> Selfwhere
Self: Clone,
Autorelease the object. Read more
Source§fn retain_count(&self) -> usize
fn retain_count(&self) -> usize
Get the retain count of the object. Read more
impl Send for BinaryArchiveDescriptor
impl Sync for BinaryArchiveDescriptor
Auto Trait Implementations§
impl Freeze for BinaryArchiveDescriptor
impl RefUnwindSafe for BinaryArchiveDescriptor
impl Unpin for BinaryArchiveDescriptor
impl UnwindSafe for BinaryArchiveDescriptor
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