pub struct MockFramebuffer {
pub width: usize,
pub height: usize,
pub present_count: Cell<usize>,
}Fields§
§width: usize§height: usize§present_count: Cell<usize>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for MockFramebuffer
impl !RefUnwindSafe for MockFramebuffer
impl !Sync for MockFramebuffer
impl Send for MockFramebuffer
impl Unpin for MockFramebuffer
impl UnsafeUnpin for MockFramebuffer
impl UnwindSafe for MockFramebuffer
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