pub struct LStatR {
pub tamper: u8,
pub power: u8,
}Expand description
osdp_LSTATR body.
Fields§
§tamper: u8Tamper switch state. 0 = normal, 1 = tamper.
power: u8Power state. 0 = normal, 1 = power failure.
Implementations§
Trait Implementations§
impl Copy for LStatR
impl Eq for LStatR
impl StructuralPartialEq for LStatR
Auto Trait Implementations§
impl Freeze for LStatR
impl RefUnwindSafe for LStatR
impl Send for LStatR
impl Sync for LStatR
impl Unpin for LStatR
impl UnsafeUnpin for LStatR
impl UnwindSafe for LStatR
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