pub struct SystemGuid {
pub bytes: [u8; 16],
}Expand description
Raw system GUID bytes as returned by Get System GUID.
Fields§
§bytes: [u8; 16]Raw GUID bytes.
Trait Implementations§
Source§impl Clone for SystemGuid
impl Clone for SystemGuid
Source§fn clone(&self) -> SystemGuid
fn clone(&self) -> SystemGuid
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 SystemGuid
impl Debug for SystemGuid
Source§impl PartialEq for SystemGuid
impl PartialEq for SystemGuid
impl Copy for SystemGuid
impl Eq for SystemGuid
impl StructuralPartialEq for SystemGuid
Auto Trait Implementations§
impl Freeze for SystemGuid
impl RefUnwindSafe for SystemGuid
impl Send for SystemGuid
impl Sync for SystemGuid
impl Unpin for SystemGuid
impl UnwindSafe for SystemGuid
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