pub struct WorldMeshDetectorLodML(/* private fields */);Expand description
Implementations§
Source§impl WorldMeshDetectorLodML
impl WorldMeshDetectorLodML
Sourcepub const MINIMUM: WorldMeshDetectorLodML
pub const MINIMUM: WorldMeshDetectorLodML
Minimum Level of Detail (LOD) for the mesh.
Sourcepub const MEDIUM: WorldMeshDetectorLodML
pub const MEDIUM: WorldMeshDetectorLodML
Medium Level of Detail (LOD) for the mesh.
Sourcepub const MAXIMUM: WorldMeshDetectorLodML
pub const MAXIMUM: WorldMeshDetectorLodML
Maximum Level of Detail (LOD) for the mesh.
pub fn from_raw(x: i32) -> Self
pub fn into_raw(self) -> i32
Trait Implementations§
Source§impl Clone for WorldMeshDetectorLodML
impl Clone for WorldMeshDetectorLodML
Source§fn clone(&self) -> WorldMeshDetectorLodML
fn clone(&self) -> WorldMeshDetectorLodML
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 WorldMeshDetectorLodML
impl Debug for WorldMeshDetectorLodML
Source§impl Default for WorldMeshDetectorLodML
impl Default for WorldMeshDetectorLodML
Source§fn default() -> WorldMeshDetectorLodML
fn default() -> WorldMeshDetectorLodML
Returns the “default value” for a type. Read more
Source§impl PartialEq for WorldMeshDetectorLodML
impl PartialEq for WorldMeshDetectorLodML
impl Copy for WorldMeshDetectorLodML
impl Eq for WorldMeshDetectorLodML
impl StructuralPartialEq for WorldMeshDetectorLodML
Auto Trait Implementations§
impl Freeze for WorldMeshDetectorLodML
impl RefUnwindSafe for WorldMeshDetectorLodML
impl Send for WorldMeshDetectorLodML
impl Sync for WorldMeshDetectorLodML
impl Unpin for WorldMeshDetectorLodML
impl UnwindSafe for WorldMeshDetectorLodML
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