#[repr(C)]pub struct SubMesh {
pub index_count: u32,
pub index_offset: u32,
/* private fields */
}
Fields§
§index_count: u32
§index_offset: u32
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SubMesh
impl RefUnwindSafe for SubMesh
impl Send for SubMesh
impl Sync for SubMesh
impl Unpin for SubMesh
impl UnwindSafe for SubMesh
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