#[repr(C)]pub struct MeshUpdateFlags {
pub value: i32,
}Expand description
Fields§
§value: i32Implementations§
Source§impl MeshUpdateFlags
impl MeshUpdateFlags
pub fn default() -> Self
pub fn dont_validate_indices() -> Self
pub fn dont_reset_bone_bounds() -> Self
pub fn dont_notify_mesh_users() -> Self
pub fn dont_recalculate_bounds() -> Self
Trait Implementations§
Source§impl ClassIdentity for MeshUpdateFlags
impl ClassIdentity for MeshUpdateFlags
Source§impl Clone for MeshUpdateFlags
impl Clone for MeshUpdateFlags
Source§fn clone(&self) -> MeshUpdateFlags
fn clone(&self) -> MeshUpdateFlags
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for MeshUpdateFlags
impl Debug for MeshUpdateFlags
Source§impl PartialEq for MeshUpdateFlags
impl PartialEq for MeshUpdateFlags
impl Copy for MeshUpdateFlags
impl Eq for MeshUpdateFlags
impl StructuralPartialEq for MeshUpdateFlags
Auto Trait Implementations§
impl Freeze for MeshUpdateFlags
impl RefUnwindSafe for MeshUpdateFlags
impl Send for MeshUpdateFlags
impl Sync for MeshUpdateFlags
impl Unpin for MeshUpdateFlags
impl UnwindSafe for MeshUpdateFlags
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)