pub struct ReadPropertyMultipleResponse {
pub read_access_results: Vec<ReadAccessResult>,
}Fields§
§read_access_results: Vec<ReadAccessResult>Implementations§
Source§impl ReadPropertyMultipleResponse
impl ReadPropertyMultipleResponse
pub fn decode(data: &[u8]) -> EncodingResult<Self>
Trait Implementations§
Source§impl Clone for ReadPropertyMultipleResponse
impl Clone for ReadPropertyMultipleResponse
Source§fn clone(&self) -> ReadPropertyMultipleResponse
fn clone(&self) -> ReadPropertyMultipleResponse
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ReadPropertyMultipleResponse
impl RefUnwindSafe for ReadPropertyMultipleResponse
impl Send for ReadPropertyMultipleResponse
impl Sync for ReadPropertyMultipleResponse
impl Unpin for ReadPropertyMultipleResponse
impl UnsafeUnpin for ReadPropertyMultipleResponse
impl UnwindSafe for ReadPropertyMultipleResponse
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