struct EntryPointMeshInfo {
max_vertices: u32,
max_primitives: u32,
}Fields§
§max_vertices: u32§max_primitives: u32Trait Implementations§
Auto Trait Implementations§
impl Freeze for EntryPointMeshInfo
impl RefUnwindSafe for EntryPointMeshInfo
impl Send for EntryPointMeshInfo
impl Sync for EntryPointMeshInfo
impl Unpin for EntryPointMeshInfo
impl UnwindSafe for EntryPointMeshInfo
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