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