#[repr(C)]pub struct UA_ReadRawModifiedDetails {
pub isReadModified: UA_Boolean,
pub startTime: UA_DateTime,
pub endTime: UA_DateTime,
pub numValuesPerNode: UA_UInt32,
pub returnBounds: UA_Boolean,
}Fields§
§isReadModified: UA_Boolean§startTime: UA_DateTime§endTime: UA_DateTime§numValuesPerNode: UA_UInt32§returnBounds: UA_BooleanTrait Implementations§
Source§impl Debug for UA_ReadRawModifiedDetails
impl Debug for UA_ReadRawModifiedDetails
Source§impl Default for UA_ReadRawModifiedDetails
impl Default for UA_ReadRawModifiedDetails
Source§fn default() -> UA_ReadRawModifiedDetails
fn default() -> UA_ReadRawModifiedDetails
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for UA_ReadRawModifiedDetails
impl RefUnwindSafe for UA_ReadRawModifiedDetails
impl Send for UA_ReadRawModifiedDetails
impl Sync for UA_ReadRawModifiedDetails
impl Unpin for UA_ReadRawModifiedDetails
impl UnwindSafe for UA_ReadRawModifiedDetails
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