pub struct BinaryArchiveDescriptorRef(/* private fields */);Expand description
A borrowed reference to a BinaryArchiveDescriptor.
Implementations§
Trait Implementations§
Source§impl AsMut<BinaryArchiveDescriptorRef> for BinaryArchiveDescriptor
impl AsMut<BinaryArchiveDescriptorRef> for BinaryArchiveDescriptor
Source§fn as_mut(&mut self) -> &mut BinaryArchiveDescriptorRef
fn as_mut(&mut self) -> &mut BinaryArchiveDescriptorRef
Converts this type into a mutable reference of the (usually inferred) input type.
Source§impl AsRef<BinaryArchiveDescriptorRef> for BinaryArchiveDescriptor
impl AsRef<BinaryArchiveDescriptorRef> for BinaryArchiveDescriptor
Source§fn as_ref(&self) -> &BinaryArchiveDescriptorRef
fn as_ref(&self) -> &BinaryArchiveDescriptorRef
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl Borrow<BinaryArchiveDescriptorRef> for BinaryArchiveDescriptor
impl Borrow<BinaryArchiveDescriptorRef> for BinaryArchiveDescriptor
Source§fn borrow(&self) -> &BinaryArchiveDescriptorRef
fn borrow(&self) -> &BinaryArchiveDescriptorRef
Immutably borrows from an owned value. Read more
Source§impl BorrowMut<BinaryArchiveDescriptorRef> for BinaryArchiveDescriptor
impl BorrowMut<BinaryArchiveDescriptorRef> for BinaryArchiveDescriptor
Source§fn borrow_mut(&mut self) -> &mut BinaryArchiveDescriptorRef
fn borrow_mut(&mut self) -> &mut BinaryArchiveDescriptorRef
Mutably borrows from an owned value. Read more
Source§impl Debug for BinaryArchiveDescriptorRef
impl Debug for BinaryArchiveDescriptorRef
Source§impl ForeignTypeRef for BinaryArchiveDescriptorRef
impl ForeignTypeRef for BinaryArchiveDescriptorRef
Source§type CType = MTLBinaryArchiveDescriptor
type CType = MTLBinaryArchiveDescriptor
The raw C type.
Source§unsafe fn from_ptr<'a>(ptr: *mut Self::CType) -> &'a Self
unsafe fn from_ptr<'a>(ptr: *mut Self::CType) -> &'a Self
Constructs a shared instance of this type from its raw type. Read more
Source§impl Message for BinaryArchiveDescriptorRef
impl Message for BinaryArchiveDescriptorRef
Source§unsafe fn send_message<A, R>(
&self,
sel: Sel,
args: A,
) -> Result<R, MessageError>
unsafe fn send_message<A, R>( &self, sel: Sel, args: A, ) -> Result<R, MessageError>
Sends a message to self with the given selector and arguments. Read more
Source§fn verify_message<A, R>(&self, sel: Sel) -> Result<(), MessageError>
fn verify_message<A, R>(&self, sel: Sel) -> Result<(), MessageError>
Verifies that the argument and return types match the encoding of the
method for the given selector. Read more
Source§impl ToOwned for BinaryArchiveDescriptorRef
impl ToOwned for BinaryArchiveDescriptorRef
Source§type Owned = BinaryArchiveDescriptor
type Owned = BinaryArchiveDescriptor
The resulting type after obtaining ownership.
Source§fn to_owned(&self) -> BinaryArchiveDescriptor
fn to_owned(&self) -> BinaryArchiveDescriptor
Creates owned data from borrowed data, usually by cloning. Read more
1.63.0§fn clone_into(&self, target: &mut Self::Owned)
fn clone_into(&self, target: &mut Self::Owned)
Uses borrowed data to replace owned data, usually by cloning. Read more