Struct open62541_sys::UA_TimeZoneDataType
source · #[repr(C)]pub struct UA_TimeZoneDataType {
pub offset: UA_Int16,
pub daylightSavingInOffset: UA_Boolean,
}Fields§
§offset: UA_Int16§daylightSavingInOffset: UA_BooleanTrait Implementations§
source§impl Debug for UA_TimeZoneDataType
impl Debug for UA_TimeZoneDataType
source§impl Default for UA_TimeZoneDataType
impl Default for UA_TimeZoneDataType
source§fn default() -> UA_TimeZoneDataType
fn default() -> UA_TimeZoneDataType
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for UA_TimeZoneDataType
impl Send for UA_TimeZoneDataType
impl Sync for UA_TimeZoneDataType
impl Unpin for UA_TimeZoneDataType
impl UnwindSafe for UA_TimeZoneDataType
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