pub struct WindowsMachineGuid { /* private fields */ }Expand description
Windows MachineGuid registry source (no-op on non-Windows targets).
Implementations§
Trait Implementations§
Source§impl Clone for WindowsMachineGuid
impl Clone for WindowsMachineGuid
Source§fn clone(&self) -> WindowsMachineGuid
fn clone(&self) -> WindowsMachineGuid
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 WindowsMachineGuid
impl Debug for WindowsMachineGuid
Source§impl Default for WindowsMachineGuid
impl Default for WindowsMachineGuid
Source§fn default() -> WindowsMachineGuid
fn default() -> WindowsMachineGuid
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for WindowsMachineGuid
impl RefUnwindSafe for WindowsMachineGuid
impl Send for WindowsMachineGuid
impl Sync for WindowsMachineGuid
impl Unpin for WindowsMachineGuid
impl UnsafeUnpin for WindowsMachineGuid
impl UnwindSafe for WindowsMachineGuid
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