Struct uhppote_rs::DoorControl
source · [−]pub struct DoorControl {
pub mode: DoorControlMode,
pub delay: Duration,
}
Fields
mode: DoorControlMode
delay: Duration
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for DoorControl
impl Send for DoorControl
impl Sync for DoorControl
impl Unpin for DoorControl
impl UnwindSafe for DoorControl
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