pub struct Framebuffer<D>where
D: Dimensionable,{ /* private fields */ }Trait Implementations§
Source§impl<D> Drop for Framebuffer<D>where
D: Dimensionable,
impl<D> Drop for Framebuffer<D>where
D: Dimensionable,
Auto Trait Implementations§
impl<D> Freeze for Framebuffer<D>
impl<D> !RefUnwindSafe for Framebuffer<D>
impl<D> !Send for Framebuffer<D>
impl<D> !Sync for Framebuffer<D>
impl<D> Unpin for Framebuffer<D>
impl<D> UnsafeUnpin for Framebuffer<D>
impl<D> !UnwindSafe for Framebuffer<D>
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