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