#[repr(C)]pub struct RawGeometryCacheDataOpts {
pub _begin_zero: u32,
pub open_file_cb: RawOpenFileCb,
pub additive: bool,
pub use_weight: bool,
pub weight: Real,
pub ignore_transform: bool,
pub _end_zero: u32,
}Fields§
§_begin_zero: u32§open_file_cb: RawOpenFileCb§additive: bool§use_weight: bool§weight: Real§ignore_transform: bool§_end_zero: u32Trait Implementations§
Source§impl Default for RawGeometryCacheDataOpts
impl Default for RawGeometryCacheDataOpts
Source§fn default() -> RawGeometryCacheDataOpts
fn default() -> RawGeometryCacheDataOpts
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl !Send for RawGeometryCacheDataOpts
impl !Sync for RawGeometryCacheDataOpts
impl Freeze for RawGeometryCacheDataOpts
impl RefUnwindSafe for RawGeometryCacheDataOpts
impl Unpin for RawGeometryCacheDataOpts
impl UnsafeUnpin for RawGeometryCacheDataOpts
impl UnwindSafe for RawGeometryCacheDataOpts
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