pub struct InputStatusReport {}Expand description
osdp_ISTAT
Implementations§
Trait Implementations§
Source§impl Clone for InputStatusReport
impl Clone for InputStatusReport
Source§fn clone(&self) -> InputStatusReport
fn clone(&self) -> InputStatusReport
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 InputStatusReport
impl Debug for InputStatusReport
Source§impl Default for InputStatusReport
impl Default for InputStatusReport
Source§fn default() -> InputStatusReport
fn default() -> InputStatusReport
Returns the “default value” for a type. Read more
Source§impl OSDPCommand for InputStatusReport
impl OSDPCommand for InputStatusReport
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 InputStatusReport
impl PartialEq for InputStatusReport
impl Copy for InputStatusReport
impl Eq for InputStatusReport
impl StructuralPartialEq for InputStatusReport
Auto Trait Implementations§
impl Freeze for InputStatusReport
impl RefUnwindSafe for InputStatusReport
impl Send for InputStatusReport
impl Sync for InputStatusReport
impl Unpin for InputStatusReport
impl UnwindSafe for InputStatusReport
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