Enum libswe_sys::sweconst::HouseSystem
source · pub enum HouseSystem {
Campanus,
Equal,
Koch,
Placidus,
Porphyrius,
Regiomontanus,
WholeSign,
}Expand description
I have put in enum only the most important houses methods
Variants§
Auto Trait Implementations§
impl Freeze for HouseSystem
impl RefUnwindSafe for HouseSystem
impl Send for HouseSystem
impl Sync for HouseSystem
impl Unpin for HouseSystem
impl UnwindSafe for HouseSystem
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