pub enum GptError {
IoError,
InvalidHeader,
NoSpace,
PartitionNotFound,
OverlappingPartitions,
InvalidSize,
AlignmentError,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GptError
impl RefUnwindSafe for GptError
impl Send for GptError
impl Sync for GptError
impl Unpin for GptError
impl UnwindSafe for GptError
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