pub struct FixedMount {
pub surface_tilt: f64,
pub surface_azimuth: f64,
}Fields§
§surface_tilt: f64§surface_azimuth: f64Trait Implementations§
Source§impl Clone for FixedMount
impl Clone for FixedMount
Source§fn clone(&self) -> FixedMount
fn clone(&self) -> FixedMount
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for FixedMount
impl Debug for FixedMount
Source§impl Mount for FixedMount
impl Mount for FixedMount
fn get_surface_tilt(&self) -> f64
fn get_surface_azimuth(&self) -> f64
Auto Trait Implementations§
impl Freeze for FixedMount
impl RefUnwindSafe for FixedMount
impl Send for FixedMount
impl Sync for FixedMount
impl Unpin for FixedMount
impl UnsafeUnpin for FixedMount
impl UnwindSafe for FixedMount
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