Struct xen_sys::xen_uuid_t
source · [−]#[repr(C)]pub struct xen_uuid_t {
pub a: [u8; 16],
}
Fields
a: [u8; 16]
Trait Implementations
sourceimpl Clone for xen_uuid_t
impl Clone for xen_uuid_t
sourcefn clone(&self) -> xen_uuid_t
fn clone(&self) -> xen_uuid_t
Returns a copy of the value. Read more
1.0.0fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for xen_uuid_t
impl Debug for xen_uuid_t
impl Copy for xen_uuid_t
Auto Trait Implementations
impl RefUnwindSafe for xen_uuid_t
impl Send for xen_uuid_t
impl Sync for xen_uuid_t
impl Unpin for xen_uuid_t
impl UnwindSafe for xen_uuid_t
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstablefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more