#[repr(C, packed(2))]pub struct CMDateTimeType {
pub typeDescriptor: OSType,
pub reserved: UInt32,
pub dateTime: CMDateTime,
}Fields§
§typeDescriptor: OSType§reserved: UInt32§dateTime: CMDateTimeTrait Implementations§
Source§impl Clone for CMDateTimeType
impl Clone for CMDateTimeType
Source§fn clone(&self) -> CMDateTimeType
fn clone(&self) -> CMDateTimeType
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 CMDateTimeType
impl Debug for CMDateTimeType
impl Copy for CMDateTimeType
Auto Trait Implementations§
impl Freeze for CMDateTimeType
impl RefUnwindSafe for CMDateTimeType
impl Send for CMDateTimeType
impl Sync for CMDateTimeType
impl Unpin for CMDateTimeType
impl UnsafeUnpin for CMDateTimeType
impl UnwindSafe for CMDateTimeType
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