#[repr(u8)]pub enum ACLouverPosition {
Closed = 1,
Open = 2,
Quarter = 3,
Half = 4,
Threequarters = 5,
}Variants§
Closed = 1
Fully Closed
Open = 2
Fully Open
Quarter = 3
Quarter Open
Half = 4
Half Open
Threequarters = 5
Three Quarters Open
Implementations§
Trait Implementations§
Source§impl Clone for ACLouverPosition
impl Clone for ACLouverPosition
Source§fn clone(&self) -> ACLouverPosition
fn clone(&self) -> ACLouverPosition
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 ACLouverPosition
impl Debug for ACLouverPosition
Source§impl<'de> Deserialize<'de> for ACLouverPosition
impl<'de> Deserialize<'de> for ACLouverPosition
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
Source§impl From<ACLouverPosition> for u8
impl From<ACLouverPosition> for u8
Source§fn from(val: ACLouverPosition) -> Self
fn from(val: ACLouverPosition) -> Self
Converts to this type from the input type.
Source§impl PartialEq for ACLouverPosition
impl PartialEq for ACLouverPosition
Source§impl Serialize for ACLouverPosition
impl Serialize for ACLouverPosition
impl Copy for ACLouverPosition
impl Eq for ACLouverPosition
impl StructuralPartialEq for ACLouverPosition
Auto Trait Implementations§
impl Freeze for ACLouverPosition
impl RefUnwindSafe for ACLouverPosition
impl Send for ACLouverPosition
impl Sync for ACLouverPosition
impl Unpin for ACLouverPosition
impl UnwindSafe for ACLouverPosition
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