#[repr(C)]pub struct MLNRenderOptions {
pub size: MLNSize,
pub pixel_ratio: c_float,
pub camera: MLNCameraOptions,
pub mode: MLNMapMode,
pub debug: MLNDebugOptions,
}Expand description
Render options
Fields§
§size: MLNSize§pixel_ratio: c_float§camera: MLNCameraOptions§mode: MLNMapMode§debug: MLNDebugOptionsTrait Implementations§
Source§impl Clone for MLNRenderOptions
impl Clone for MLNRenderOptions
Source§fn clone(&self) -> MLNRenderOptions
fn clone(&self) -> MLNRenderOptions
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 MLNRenderOptions
impl Debug for MLNRenderOptions
Source§impl Default for MLNRenderOptions
impl Default for MLNRenderOptions
impl Copy for MLNRenderOptions
Auto Trait Implementations§
impl Freeze for MLNRenderOptions
impl RefUnwindSafe for MLNRenderOptions
impl Send for MLNRenderOptions
impl Sync for MLNRenderOptions
impl Unpin for MLNRenderOptions
impl UnsafeUnpin for MLNRenderOptions
impl UnwindSafe for MLNRenderOptions
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