#[repr(u32)]pub enum GTimeType {
G_TIME_TYPE_STANDARD = 0,
G_TIME_TYPE_DAYLIGHT = 1,
G_TIME_TYPE_UNIVERSAL = 2,
}Variants§
Trait Implementations§
impl Copy for GTimeType
impl Eq for GTimeType
impl StructuralPartialEq for GTimeType
Auto Trait Implementations§
impl Freeze for GTimeType
impl RefUnwindSafe for GTimeType
impl Send for GTimeType
impl Sync for GTimeType
impl Unpin for GTimeType
impl UnwindSafe for GTimeType
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