Struct skia_bindings::SkTime_DateTime
source · #[repr(C)]pub struct SkTime_DateTime {
pub fTimeZoneMinutes: i16,
pub fYear: u16,
pub fMonth: u8,
pub fDayOfWeek: u8,
pub fDay: u8,
pub fHour: u8,
pub fMinute: u8,
pub fSecond: u8,
}
Fields§
§fTimeZoneMinutes: i16
§fYear: u16
§fMonth: u8
§fDayOfWeek: u8
§fDay: u8
§fHour: u8
§fMinute: u8
§fSecond: u8
Implementations§
Trait Implementations§
source§impl Clone for SkTime_DateTime
impl Clone for SkTime_DateTime
source§fn clone(&self) -> SkTime_DateTime
fn clone(&self) -> SkTime_DateTime
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 moresource§impl Debug for SkTime_DateTime
impl Debug for SkTime_DateTime
impl Copy for SkTime_DateTime
Auto Trait Implementations§
impl RefUnwindSafe for SkTime_DateTime
impl Send for SkTime_DateTime
impl Sync for SkTime_DateTime
impl Unpin for SkTime_DateTime
impl UnwindSafe for SkTime_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