Enum uhppote_rs::DoorControlMode
source · [−]pub enum DoorControlMode {
NormallyOpen,
NormallyClosed,
Controlled,
Unknown,
}
Variants
NormallyOpen
NormallyClosed
Controlled
Unknown
Trait Implementations
sourceimpl Debug for DoorControlMode
impl Debug for DoorControlMode
sourceimpl From<u8> for DoorControlMode
impl From<u8> for DoorControlMode
sourcefn from(mode: u8) -> DoorControlMode
fn from(mode: u8) -> DoorControlMode
Converts to this type from the input type.
Auto Trait Implementations
impl RefUnwindSafe for DoorControlMode
impl Send for DoorControlMode
impl Sync for DoorControlMode
impl Unpin for DoorControlMode
impl UnwindSafe for DoorControlMode
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more