#[repr(C)]pub struct ZeDeviceUuid {
pub id: [u8; 16],
}Fields§
§id: [u8; 16]Trait Implementations§
Source§impl Clone for ZeDeviceUuid
impl Clone for ZeDeviceUuid
Source§fn clone(&self) -> ZeDeviceUuid
fn clone(&self) -> ZeDeviceUuid
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 moreimpl Copy for ZeDeviceUuid
Auto Trait Implementations§
impl Freeze for ZeDeviceUuid
impl RefUnwindSafe for ZeDeviceUuid
impl Send for ZeDeviceUuid
impl Sync for ZeDeviceUuid
impl Unpin for ZeDeviceUuid
impl UnsafeUnpin for ZeDeviceUuid
impl UnwindSafe for ZeDeviceUuid
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