pub struct KeepReaderActive {
pub keep_active_time: u16,
}
Expand description
osdp_KEEPACTIVE
Fields§
§keep_active_time: u16
Implementations§
Trait Implementations§
Source§impl Clone for KeepReaderActive
impl Clone for KeepReaderActive
Source§fn clone(&self) -> KeepReaderActive
fn clone(&self) -> KeepReaderActive
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for KeepReaderActive
impl Debug for KeepReaderActive
Source§impl OSDPCommand for KeepReaderActive
impl OSDPCommand for KeepReaderActive
Source§fn cmnd(&self) -> CommandType
fn cmnd(&self) -> CommandType
The command type.
fn build_command_header(&self, device: &impl Device) -> Vec<u8> ⓘ
fn attach_command_checksum(&self, command: &mut Vec<u8>)
fn attach_command_crc(&self, command: &mut Vec<u8>)
fn build_command_modify(&self, _command: &mut Vec<u8>)
fn build_command(&self, device: &impl Device) -> Vec<u8> ⓘ
Source§impl PartialEq for KeepReaderActive
impl PartialEq for KeepReaderActive
impl Copy for KeepReaderActive
impl Eq for KeepReaderActive
impl StructuralPartialEq for KeepReaderActive
Auto Trait Implementations§
impl Freeze for KeepReaderActive
impl RefUnwindSafe for KeepReaderActive
impl Send for KeepReaderActive
impl Sync for KeepReaderActive
impl Unpin for KeepReaderActive
impl UnwindSafe for KeepReaderActive
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