pub struct MfgStatR {
pub oui: [u8; 3],
pub payload: Vec<u8>,
}Expand description
osdp_MFGSTATR body — manufacturer status reply.
Fields§
§oui: [u8; 3]IEEE-assigned OUI.
payload: Vec<u8>Vendor payload.
Implementations§
Trait Implementations§
impl Eq for MfgStatR
impl StructuralPartialEq for MfgStatR
Auto Trait Implementations§
impl Freeze for MfgStatR
impl RefUnwindSafe for MfgStatR
impl Send for MfgStatR
impl Sync for MfgStatR
impl Unpin for MfgStatR
impl UnsafeUnpin for MfgStatR
impl UnwindSafe for MfgStatR
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