#[repr(C, packed(2))]pub struct DateTime {
pub dat_Stamp: DateStamp,
pub dat_Format: UBYTE,
pub dat_Flags: UBYTE,
pub dat_StrDay: STRPTR,
pub dat_StrDate: STRPTR,
pub dat_StrTime: STRPTR,
}Fields§
§dat_Stamp: DateStamp§dat_Format: UBYTE§dat_Flags: UBYTE§dat_StrDay: STRPTR§dat_StrDate: STRPTR§dat_StrTime: STRPTRTrait Implementations§
Auto Trait Implementations§
impl Freeze for DateTime
impl RefUnwindSafe for DateTime
impl !Send for DateTime
impl !Sync for DateTime
impl Unpin for DateTime
impl UnwindSafe for DateTime
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