#[repr(C)]pub struct CFUUIDBytes {Show 16 fields
pub byte0: UInt8,
pub byte1: UInt8,
pub byte2: UInt8,
pub byte3: UInt8,
pub byte4: UInt8,
pub byte5: UInt8,
pub byte6: UInt8,
pub byte7: UInt8,
pub byte8: UInt8,
pub byte9: UInt8,
pub byte10: UInt8,
pub byte11: UInt8,
pub byte12: UInt8,
pub byte13: UInt8,
pub byte14: UInt8,
pub byte15: UInt8,
}Fields§
§byte0: UInt8§byte1: UInt8§byte2: UInt8§byte3: UInt8§byte4: UInt8§byte5: UInt8§byte6: UInt8§byte7: UInt8§byte8: UInt8§byte9: UInt8§byte10: UInt8§byte11: UInt8§byte12: UInt8§byte13: UInt8§byte14: UInt8§byte15: UInt8Trait 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 (const: unstable) · 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
impl Copy 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 UnsafeUnpin 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