pub struct BacnetError {
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 BacnetError
impl Clone for BacnetError
source§fn clone(&self) -> BacnetError
fn clone(&self) -> BacnetError
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 RefUnwindSafe for BacnetError
impl Send for BacnetError
impl Sync for BacnetError
impl Unpin for BacnetError
impl UnwindSafe for BacnetError
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