pub struct WriteAccessSpecification {
pub object_identifier: ObjectIdentifier,
pub list_of_properties: Vec<BACnetPropertyValue>,
}Expand description
A single object + list of property values to write.
Fields§
§object_identifier: ObjectIdentifier§list_of_properties: Vec<BACnetPropertyValue>Trait Implementations§
Source§impl Clone for WriteAccessSpecification
impl Clone for WriteAccessSpecification
Source§fn clone(&self) -> WriteAccessSpecification
fn clone(&self) -> WriteAccessSpecification
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 WriteAccessSpecification
impl Debug for WriteAccessSpecification
Source§impl PartialEq for WriteAccessSpecification
impl PartialEq for WriteAccessSpecification
impl Eq for WriteAccessSpecification
impl StructuralPartialEq for WriteAccessSpecification
Auto Trait Implementations§
impl Freeze for WriteAccessSpecification
impl RefUnwindSafe for WriteAccessSpecification
impl Send for WriteAccessSpecification
impl Sync for WriteAccessSpecification
impl Unpin for WriteAccessSpecification
impl UnsafeUnpin for WriteAccessSpecification
impl UnwindSafe for WriteAccessSpecification
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