#[repr(C)]pub struct MeshRawWithMaterialAndName {
pub inner: MeshRawWithName,
pub _pad: u32,
pub material: DataHandle,
}Fields§
§inner: MeshRawWithName§_pad: u32§material: DataHandleTrait Implementations§
Source§impl CheckedBitPattern for MeshRawWithMaterialAndName
impl CheckedBitPattern for MeshRawWithMaterialAndName
Source§type Bits = MeshRawWithMaterialAndNameBits
type Bits = MeshRawWithMaterialAndNameBits
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: &MeshRawWithMaterialAndNameBits) -> bool
fn is_valid_bit_pattern(bits: &MeshRawWithMaterialAndNameBits) -> bool
If this function returns true, then it must be valid to reinterpret
bits
as &Self.Source§impl Clone for MeshRawWithMaterialAndName
impl Clone for MeshRawWithMaterialAndName
Source§fn clone(&self) -> MeshRawWithMaterialAndName
fn clone(&self) -> MeshRawWithMaterialAndName
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 MeshRawWithMaterialAndName
impl Debug for MeshRawWithMaterialAndName
impl Copy for MeshRawWithMaterialAndName
impl NoUninit for MeshRawWithMaterialAndName
Auto Trait Implementations§
impl Freeze for MeshRawWithMaterialAndName
impl RefUnwindSafe for MeshRawWithMaterialAndName
impl Send for MeshRawWithMaterialAndName
impl Sync for MeshRawWithMaterialAndName
impl Unpin for MeshRawWithMaterialAndName
impl UnwindSafe for MeshRawWithMaterialAndName
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