Struct core_foundation::uuid::CFUUIDBytes
source · pub struct CFUUIDBytes {}Fields
byte0: u8byte1: u8byte2: u8byte3: u8byte4: u8byte5: u8byte6: u8byte7: u8byte8: u8byte9: u8byte10: u8byte11: u8byte12: u8byte13: u8byte14: u8byte15: u8Trait Implementations
sourceimpl Clone for CFUUIDBytes
impl Clone for CFUUIDBytes
sourcefn clone(&self) -> CFUUIDBytes
fn clone(&self) -> CFUUIDBytes
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Default for CFUUIDBytes
impl Default for CFUUIDBytes
sourcefn default() -> CFUUIDBytes
fn default() -> CFUUIDBytes
Returns the “default value” for a type. Read more
impl Copy for CFUUIDBytes
Auto Trait Implementations
impl RefUnwindSafe for CFUUIDBytes
impl Send for CFUUIDBytes
impl Sync for CFUUIDBytes
impl Unpin for CFUUIDBytes
impl UnwindSafe for CFUUIDBytes
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more