pub struct System(/* private fields */);Expand description
C++ enum: QCalendar::System.
Implementations§
Source§impl System
impl System
Sourcepub const Milankovic: System
pub const Milankovic: System
C++ enum variant: Milankovic = 9
Sourcepub const IslamicCivil: System
pub const IslamicCivil: System
C++ enum variant: IslamicCivil = 11
Trait Implementations§
impl Copy for System
impl Eq for System
impl StructuralPartialEq for System
Auto Trait Implementations§
impl Freeze for System
impl RefUnwindSafe for System
impl Send for System
impl Sync for System
impl Unpin for System
impl UnsafeUnpin for System
impl UnwindSafe for System
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