pub struct CGuid { /* private fields */ }Trait Implementations§
impl Copy for CGuid
impl Eq for CGuid
impl StructuralPartialEq for CGuid
Auto Trait Implementations§
impl Freeze for CGuid
impl RefUnwindSafe for CGuid
impl Send for CGuid
impl Sync for CGuid
impl Unpin for CGuid
impl UnsafeUnpin for CGuid
impl UnwindSafe for CGuid
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