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