#[repr(C)]pub struct MeshRawWithMaterial {
pub inner: MeshRaw,
pub _pad: u32,
pub material: DataHandle,
}👎Deprecated: Use
MeshRawWithMaterialAndNameFields§
§inner: MeshRaw👎Deprecated: Use
§MeshRawWithMaterialAndName_pad: u32👎Deprecated: Use
§MeshRawWithMaterialAndNamematerial: DataHandle👎Deprecated: Use
MeshRawWithMaterialAndNameTrait Implementations§
Source§impl CheckedBitPattern for MeshRawWithMaterial
impl CheckedBitPattern for MeshRawWithMaterial
Source§type Bits = MeshRawWithMaterialBits
type Bits = MeshRawWithMaterialBits
Self must have the same layout as the specified Bits except for
the possible invalid bit patterns being checked during
is_valid_bit_pattern.Source§fn is_valid_bit_pattern(bits: &MeshRawWithMaterialBits) -> bool
fn is_valid_bit_pattern(bits: &MeshRawWithMaterialBits) -> bool
If this function returns true, then it must be valid to reinterpret
bits
as &Self.Source§impl Clone for MeshRawWithMaterial
impl Clone for MeshRawWithMaterial
Source§fn clone(&self) -> MeshRawWithMaterial
fn clone(&self) -> MeshRawWithMaterial
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 MeshRawWithMaterial
impl Debug for MeshRawWithMaterial
impl Copy for MeshRawWithMaterial
impl NoUninit for MeshRawWithMaterial
Auto Trait Implementations§
impl Freeze for MeshRawWithMaterial
impl RefUnwindSafe for MeshRawWithMaterial
impl Send for MeshRawWithMaterial
impl Sync for MeshRawWithMaterial
impl Unpin for MeshRawWithMaterial
impl UnwindSafe for MeshRawWithMaterial
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