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