#[repr(C)]pub struct UA_DateTimeStruct {
pub nanoSec: UA_UInt16,
pub microSec: UA_UInt16,
pub milliSec: UA_UInt16,
pub sec: UA_UInt16,
pub min: UA_UInt16,
pub hour: UA_UInt16,
pub day: UA_UInt16,
pub month: UA_UInt16,
pub year: UA_Int16,
}Fields§
§nanoSec: UA_UInt16§microSec: UA_UInt16§milliSec: UA_UInt16§sec: UA_UInt16§min: UA_UInt16§hour: UA_UInt16§day: UA_UInt16§month: UA_UInt16§year: UA_Int16Trait Implementations§
Source§impl Clone for UA_DateTimeStruct
impl Clone for UA_DateTimeStruct
Source§fn clone(&self) -> UA_DateTimeStruct
fn clone(&self) -> UA_DateTimeStruct
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_DateTimeStruct
impl Debug for UA_DateTimeStruct
impl Copy for UA_DateTimeStruct
Auto Trait Implementations§
impl Freeze for UA_DateTimeStruct
impl RefUnwindSafe for UA_DateTimeStruct
impl Send for UA_DateTimeStruct
impl Sync for UA_DateTimeStruct
impl Unpin for UA_DateTimeStruct
impl UnwindSafe for UA_DateTimeStruct
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