pub struct SwapchainState { /* private fields */ }
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for SwapchainState
impl !RefUnwindSafe for SwapchainState
impl Send for SwapchainState
impl Sync for SwapchainState
impl Unpin for SwapchainState
impl !UnwindSafe for SwapchainState
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