pub struct ConfirmedBacnetError {
pub invoke_id: u8,
pub service_choice: ConfirmedServiceChoice,
pub error_class: ErrorClass,
pub error_code: ErrorCode,
}Fields§
§invoke_id: u8§service_choice: ConfirmedServiceChoice§error_class: ErrorClass§error_code: ErrorCodeImplementations§
Trait Implementations§
Source§impl Clone for ConfirmedBacnetError
impl Clone for ConfirmedBacnetError
Source§fn clone(&self) -> ConfirmedBacnetError
fn clone(&self) -> ConfirmedBacnetError
Returns a duplicate 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 Freeze for ConfirmedBacnetError
impl RefUnwindSafe for ConfirmedBacnetError
impl Send for ConfirmedBacnetError
impl Sync for ConfirmedBacnetError
impl Unpin for ConfirmedBacnetError
impl UnwindSafe for ConfirmedBacnetError
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