Struct CALDATETIME_DATEUNIT
#[repr(transparent)]pub struct CALDATETIME_DATEUNIT(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
§impl Clone for CALDATETIME_DATEUNIT
impl Clone for CALDATETIME_DATEUNIT
§fn clone(&self) -> CALDATETIME_DATEUNIT
fn clone(&self) -> CALDATETIME_DATEUNIT
Returns a copy 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 more§impl Debug for CALDATETIME_DATEUNIT
impl Debug for CALDATETIME_DATEUNIT
§impl Default for CALDATETIME_DATEUNIT
impl Default for CALDATETIME_DATEUNIT
§fn default() -> CALDATETIME_DATEUNIT
fn default() -> CALDATETIME_DATEUNIT
Returns the “default value” for a type. Read more
§impl PartialEq for CALDATETIME_DATEUNIT
impl PartialEq for CALDATETIME_DATEUNIT
impl Copy for CALDATETIME_DATEUNIT
impl Eq for CALDATETIME_DATEUNIT
impl StructuralPartialEq for CALDATETIME_DATEUNIT
Auto Trait Implementations§
impl Freeze for CALDATETIME_DATEUNIT
impl RefUnwindSafe for CALDATETIME_DATEUNIT
impl Send for CALDATETIME_DATEUNIT
impl Sync for CALDATETIME_DATEUNIT
impl Unpin for CALDATETIME_DATEUNIT
impl UnwindSafe for CALDATETIME_DATEUNIT
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