Struct windows::Foundation::GuidHelper
pub struct GuidHelper;
Implementations§
§impl GuidHelper
impl GuidHelper
pub fn CreateNewGuid() -> Result<GUID>
pub fn Empty() -> Result<GUID>
pub fn Equals(target: GUID, value: GUID) -> Result<bool>
Auto Trait Implementations§
impl Freeze for GuidHelper
impl RefUnwindSafe for GuidHelper
impl Send for GuidHelper
impl Sync for GuidHelper
impl Unpin for GuidHelper
impl UnwindSafe for GuidHelper
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