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 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 BacnetError
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