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