pub struct SimpleAck {
pub invoke_id: u8,
pub service_choice: u8,
}Expand description
Header for a BACnet Simple-ACK APDU (acknowledgement without data).
Fields§
§invoke_id: u8§service_choice: u8Implementations§
Trait Implementations§
impl Copy for SimpleAck
impl Eq for SimpleAck
impl StructuralPartialEq for SimpleAck
Auto Trait Implementations§
impl Freeze for SimpleAck
impl RefUnwindSafe for SimpleAck
impl Send for SimpleAck
impl Sync for SimpleAck
impl Unpin for SimpleAck
impl UnsafeUnpin for SimpleAck
impl UnwindSafe for SimpleAck
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