#[repr(C)]pub struct DateTime {
pub UniversalTime: i64,
}
Fields§
§UniversalTime: i64
Trait Implementations§
Source§impl Abi for DateTime
impl Abi for DateTime
Source§impl RuntimeType for DateTime
impl RuntimeType for DateTime
const SIGNATURE: ConstBuffer
type DefaultType = DateTime
impl Copy for DateTime
impl Eq for DateTime
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