#[repr(i32)]pub enum _PARTITION_STYLE {
PARTITION_STYLE_MBR = 0,
PARTITION_STYLE_GPT = 1,
PARTITION_STYLE_RAW = 2,
}Variants§
Trait Implementations§
Source§impl Clone for _PARTITION_STYLE
impl Clone for _PARTITION_STYLE
Source§fn clone(&self) -> _PARTITION_STYLE
fn clone(&self) -> _PARTITION_STYLE
Returns a duplicate 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 _PARTITION_STYLE
impl Debug for _PARTITION_STYLE
Source§impl Hash for _PARTITION_STYLE
impl Hash for _PARTITION_STYLE
Source§impl PartialEq for _PARTITION_STYLE
impl PartialEq for _PARTITION_STYLE
impl Copy for _PARTITION_STYLE
impl Eq for _PARTITION_STYLE
impl StructuralPartialEq for _PARTITION_STYLE
Auto Trait Implementations§
impl Freeze for _PARTITION_STYLE
impl RefUnwindSafe for _PARTITION_STYLE
impl Send for _PARTITION_STYLE
impl Sync for _PARTITION_STYLE
impl Unpin for _PARTITION_STYLE
impl UnwindSafe for _PARTITION_STYLE
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