pub struct SimpleAck {
pub invoke_id: u8,
pub service_choice: ConfirmedServiceChoice,
}Expand description
SimpleACK PDU (Clause 20.1.4).
Fields§
§invoke_id: u8§service_choice: ConfirmedServiceChoiceTrait Implementations§
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