pub struct BACnetRecipientProcess {
pub recipient: BACnetRecipient,
pub process_identifier: u32,
}Expand description
BACnet Recipient Process — a recipient with an associated process identifier.
Fields§
§recipient: BACnetRecipient§process_identifier: u32Trait Implementations§
Source§impl Clone for BACnetRecipientProcess
impl Clone for BACnetRecipientProcess
Source§fn clone(&self) -> BACnetRecipientProcess
fn clone(&self) -> BACnetRecipientProcess
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 moreSource§impl Debug for BACnetRecipientProcess
impl Debug for BACnetRecipientProcess
Source§impl PartialEq for BACnetRecipientProcess
impl PartialEq for BACnetRecipientProcess
impl StructuralPartialEq for BACnetRecipientProcess
Auto Trait Implementations§
impl Freeze for BACnetRecipientProcess
impl RefUnwindSafe for BACnetRecipientProcess
impl Send for BACnetRecipientProcess
impl Sync for BACnetRecipientProcess
impl Unpin for BACnetRecipientProcess
impl UnsafeUnpin for BACnetRecipientProcess
impl UnwindSafe for BACnetRecipientProcess
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