Enum libswe_sys::sweconst::Calandar
source · pub enum Calandar {
Julian = 0,
Gregorian = 1,
}Variants§
Auto Trait Implementations§
impl Freeze for Calandar
impl RefUnwindSafe for Calandar
impl Send for Calandar
impl Sync for Calandar
impl Unpin for Calandar
impl UnwindSafe for Calandar
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