pub enum SlotHeight {
NotApplicable,
Other,
Unknown,
FullHeight,
LowProfile,
None,
}
Expand description
§Slot Height
Variants§
NotApplicable
Not Applicable
Other
Other
Unknown
Unknown
FullHeight
Full Height
LowProfile
Low-profile
None
A value unknown to this standard, check the raw value
Trait Implementations§
Source§impl Debug for SlotHeight
impl Debug for SlotHeight
Source§impl PartialEq for SlotHeight
impl PartialEq for SlotHeight
Source§impl Serialize for SlotHeight
impl Serialize for SlotHeight
impl Eq for SlotHeight
impl StructuralPartialEq for SlotHeight
Auto Trait Implementations§
impl Freeze for SlotHeight
impl RefUnwindSafe for SlotHeight
impl Send for SlotHeight
impl Sync for SlotHeight
impl Unpin for SlotHeight
impl UnwindSafe for SlotHeight
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