pub struct Buffer_type { /* private fields */ }
Implementations§
Source§impl Buffer_type
impl Buffer_type
pub fn New_from_resolution(Resolution: &Point_type) -> Self
pub fn New(Buffer_size: usize) -> Self
Trait Implementations§
Source§impl AsRef<[Color_RGB888_type]> for Buffer_type
impl AsRef<[Color_RGB888_type]> for Buffer_type
Source§fn as_ref(&self) -> &[Color_type]
fn as_ref(&self) -> &[Color_type]
Converts this type into a shared reference of the (usually inferred) input type.
Auto Trait Implementations§
impl Freeze for Buffer_type
impl RefUnwindSafe for Buffer_type
impl Send for Buffer_type
impl Sync for Buffer_type
impl Unpin for Buffer_type
impl UnwindSafe for Buffer_type
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