pub struct RejectPdu {
pub invoke_id: u8,
pub reason: u8,
}Expand description
A decoded BACnet Reject PDU, indicating a syntactically invalid request.
Fields§
§invoke_id: u8§reason: u8Implementations§
Trait Implementations§
impl Copy for RejectPdu
impl Eq for RejectPdu
impl StructuralPartialEq for RejectPdu
Auto Trait Implementations§
impl Freeze for RejectPdu
impl RefUnwindSafe for RejectPdu
impl Send for RejectPdu
impl Sync for RejectPdu
impl Unpin for RejectPdu
impl UnsafeUnpin for RejectPdu
impl UnwindSafe for RejectPdu
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