#[repr(u8)]pub enum ButtonOrientation {
Vertical = 0,
Horizontal = 1,
}Variants§
Trait Implementations§
Source§impl Debug for ButtonOrientation
impl Debug for ButtonOrientation
Source§impl<'de> Deserialize<'de> for ButtonOrientation
impl<'de> Deserialize<'de> for ButtonOrientation
Source§fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for ButtonOrientation
impl RefUnwindSafe for ButtonOrientation
impl Send for ButtonOrientation
impl Sync for ButtonOrientation
impl Unpin for ButtonOrientation
impl UnwindSafe for ButtonOrientation
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