Struct libosdp_sys::osdp_cmd
source · #[repr(C)]pub struct osdp_cmd {
pub id: osdp_cmd_e,
pub __bindgen_anon_1: osdp_cmd__bindgen_ty_1,
}Expand description
@brief OSDP Command Structure. This is a wrapper for all individual OSDP commands.
@param id used to select specific commands in union. Type: enum osdp_cmd_e @param led LED command structure @param buzzer buzzer command structure @param text text command structure @param output output command structure @param comset comset command structure @param keyset keyset command structure
Fields§
§id: osdp_cmd_e§__bindgen_anon_1: osdp_cmd__bindgen_ty_1Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for osdp_cmd
impl Send for osdp_cmd
impl Sync for osdp_cmd
impl Unpin for osdp_cmd
impl UnwindSafe for osdp_cmd
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