Struct ndisapi_rs::GuidWrapper
source · pub struct GuidWrapper(_);Expand description
A wrapper around Uuid to represent a GUID.
Implementations§
Trait Implementations§
source§impl Clone for GuidWrapper
impl Clone for GuidWrapper
source§fn clone(&self) -> GuidWrapper
fn clone(&self) -> GuidWrapper
Returns a copy 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 GuidWrapper
impl Debug for GuidWrapper
source§impl Default for GuidWrapper
impl Default for GuidWrapper
source§fn default() -> GuidWrapper
fn default() -> GuidWrapper
Returns the “default value” for a type. Read more
source§impl Display for GuidWrapper
impl Display for GuidWrapper
Implements the Display trait for GuidWrapper.
Auto Trait Implementations§
impl RefUnwindSafe for GuidWrapper
impl Send for GuidWrapper
impl Sync for GuidWrapper
impl Unpin for GuidWrapper
impl UnwindSafe for GuidWrapper
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