pub struct Guid(/* private fields */);
Expand description
GPT GUIDs are stored in mixed-endian format (see Appendix A of the EFI spec). To ensure this is correctly handled, wrap the Uuid type to hide methods that use the UUIDs inappropriately.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Guid
impl RefUnwindSafe for Guid
impl Send for Guid
impl Sync for Guid
impl Unpin for Guid
impl UnwindSafe for Guid
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