Struct embedded_bacnet::application_protocol::services::read_range::ReadRange
source · pub struct ReadRange {
pub object_id: ObjectId,
pub property_id: PropertyId,
pub array_index: u32,
pub request_type: ReadRangeRequestType,
}Fields§
§object_id: ObjectId§property_id: PropertyId§array_index: u32§request_type: ReadRangeRequestTypeImplementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for ReadRange
impl Send for ReadRange
impl Sync for ReadRange
impl Unpin for ReadRange
impl UnwindSafe for ReadRange
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