#[repr(C)]pub struct MLNCameraOptions {
pub latitude: c_double,
pub longitude: c_double,
pub zoom: c_double,
pub bearing: c_double,
pub pitch: c_double,
}Expand description
Camera options for rendering
Fields§
§latitude: c_double§longitude: c_double§zoom: c_double§bearing: c_double§pitch: c_doubleImplementations§
Trait Implementations§
Source§impl Clone for MLNCameraOptions
impl Clone for MLNCameraOptions
Source§fn clone(&self) -> MLNCameraOptions
fn clone(&self) -> MLNCameraOptions
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 MLNCameraOptions
impl Debug for MLNCameraOptions
Source§impl Default for MLNCameraOptions
impl Default for MLNCameraOptions
Source§fn default() -> MLNCameraOptions
fn default() -> MLNCameraOptions
Returns the “default value” for a type. Read more
impl Copy for MLNCameraOptions
Auto Trait Implementations§
impl Freeze for MLNCameraOptions
impl RefUnwindSafe for MLNCameraOptions
impl Send for MLNCameraOptions
impl Sync for MLNCameraOptions
impl Unpin for MLNCameraOptions
impl UnsafeUnpin for MLNCameraOptions
impl UnwindSafe for MLNCameraOptions
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