#[repr(C)]pub struct CFUUIDBytes {}
Available on crate feature
CFUUID
only.Expand description
Fields§
§byte0: u8
§byte1: u8
§byte2: u8
§byte3: u8
§byte4: u8
§byte5: u8
§byte6: u8
§byte7: u8
§byte8: u8
§byte9: u8
§byte10: u8
§byte11: u8
§byte12: u8
§byte13: u8
§byte14: u8
§byte15: u8
Trait Implementations§
Source§impl Clone for CFUUIDBytes
impl Clone for CFUUIDBytes
Source§fn clone(&self) -> CFUUIDBytes
fn clone(&self) -> CFUUIDBytes
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 CFUUIDBytes
impl Debug for CFUUIDBytes
Source§impl Encode for CFUUIDBytes
Available on crate feature objc2
only.
impl Encode for CFUUIDBytes
Available on crate feature
objc2
only.Source§impl From<CFUUIDBytes> for [u8; 16]
impl From<CFUUIDBytes> for [u8; 16]
Source§fn from(value: CFUUIDBytes) -> Self
fn from(value: CFUUIDBytes) -> Self
Converts to this type from the input type.
Source§impl PartialEq for CFUUIDBytes
impl PartialEq for CFUUIDBytes
Source§impl RefEncode for CFUUIDBytes
Available on crate feature objc2
only.
impl RefEncode for CFUUIDBytes
Available on crate feature
objc2
only.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 CFUUIDBytes
impl StructuralPartialEq for CFUUIDBytes
Auto Trait Implementations§
impl Freeze for CFUUIDBytes
impl RefUnwindSafe for CFUUIDBytes
impl Send for CFUUIDBytes
impl Sync for CFUUIDBytes
impl Unpin for CFUUIDBytes
impl UnwindSafe for CFUUIDBytes
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.