Struct meru_interface::FrameBuffer
source · [−]Fields
width: usize
height: usize
buffer: Vec<Pixel>
Implementations
Trait Implementations
sourceimpl Default for FrameBuffer
impl Default for FrameBuffer
sourcefn default() -> FrameBuffer
fn default() -> FrameBuffer
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for FrameBuffer
impl Send for FrameBuffer
impl Sync for FrameBuffer
impl Unpin for FrameBuffer
impl UnwindSafe for FrameBuffer
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more