pub struct GeometryCacheOpts<'a> {
pub temp_allocator: AllocatorOpts,
pub result_allocator: AllocatorOpts,
pub open_file_cb: OpenFileCb<'a>,
pub frames_per_second: f64,
pub mirror_axis: MirrorAxis,
pub use_scale_factor: bool,
pub scale_factor: Real,
}Fields§
§temp_allocator: AllocatorOpts§result_allocator: AllocatorOpts§open_file_cb: OpenFileCb<'a>§frames_per_second: f64§mirror_axis: MirrorAxis§use_scale_factor: bool§scale_factor: RealTrait Implementations§
Source§impl<'a> Default for GeometryCacheOpts<'a>
impl<'a> Default for GeometryCacheOpts<'a>
Source§fn default() -> GeometryCacheOpts<'a>
fn default() -> GeometryCacheOpts<'a>
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl<'a> !RefUnwindSafe for GeometryCacheOpts<'a>
impl<'a> !Send for GeometryCacheOpts<'a>
impl<'a> !Sync for GeometryCacheOpts<'a>
impl<'a> !UnwindSafe for GeometryCacheOpts<'a>
impl<'a> Freeze for GeometryCacheOpts<'a>
impl<'a> Unpin for GeometryCacheOpts<'a>
impl<'a> UnsafeUnpin for GeometryCacheOpts<'a>
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