#[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 Freeze for UA_TimeZoneDataType
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