#[repr(C)]pub struct UA_TimeZoneDataType {
pub offset: UA_Int16,
pub daylightSavingInOffset: UA_Boolean,
}Fields§
§offset: UA_Int16§daylightSavingInOffset: UA_BooleanTrait Implementations§
Source§impl Clone for UA_TimeZoneDataType
impl Clone for UA_TimeZoneDataType
Source§fn clone(&self) -> UA_TimeZoneDataType
fn clone(&self) -> UA_TimeZoneDataType
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for UA_TimeZoneDataType
impl Debug for UA_TimeZoneDataType
impl Copy for UA_TimeZoneDataType
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