pub enum SSDPart {
UpperTop = 0,
UpperLeft = 1,
UpperRight = 2,
Middle = 3,
LowerLeft = 4,
LowerRight = 5,
LowerBottom = 6,
Dot = 7,
}
Variants§
UpperTop = 0
UpperLeft = 1
UpperRight = 2
Middle = 3
LowerLeft = 4
LowerRight = 5
LowerBottom = 6
Dot = 7
Trait Implementations§
Source§impl PartialOrd for SSDPart
impl PartialOrd for SSDPart
impl StructuralPartialEq for SSDPart
Auto Trait Implementations§
impl Freeze for SSDPart
impl RefUnwindSafe for SSDPart
impl Send for SSDPart
impl Sync for SSDPart
impl Unpin for SSDPart
impl UnwindSafe for SSDPart
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