Struct embedded_bacnet::application_protocol::confirmed::ComplexAck
source · pub struct ComplexAck<'a> {
pub invoke_id: u8,
pub service: ComplexAckService<'a>,
}Fields§
§invoke_id: u8§service: ComplexAckService<'a>Implementations§
Trait Implementations§
source§impl<'a> Clone for ComplexAck<'a>
impl<'a> Clone for ComplexAck<'a>
source§fn clone(&self) -> ComplexAck<'a>
fn clone(&self) -> ComplexAck<'a>
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl<'a> RefUnwindSafe for ComplexAck<'a>
impl<'a> Send for ComplexAck<'a>
impl<'a> Sync for ComplexAck<'a>
impl<'a> Unpin for ComplexAck<'a>
impl<'a> UnwindSafe for ComplexAck<'a>
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