Struct makepad_widgets::shader::std::windows::Foundation::DateTime
#[repr(C)]pub struct DateTime {
pub UniversalTime: i64,
}Expand description
Required features: "Foundation"
Fields§
§UniversalTime: i64Trait Implementations§
impl Copy for DateTime
impl Eq for DateTime
Auto Trait Implementations§
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