pub struct Screen_write_data_type<'a> { /* private fields */ }
Implementations§
Source§impl<'a> Screen_write_data_type<'a>
impl<'a> Screen_write_data_type<'a>
pub fn New(Area: Area_type, Buffer: &'a [Rendering_color_type]) -> Self
Source§impl Screen_write_data_type<'_>
impl Screen_write_data_type<'_>
pub fn Get_area(&self) -> Area_type
pub fn Get_buffer(&self) -> &[Rendering_color_type]
Trait Implementations§
Source§impl AsRef<[u8]> for Screen_write_data_type<'_>
impl AsRef<[u8]> for Screen_write_data_type<'_>
Auto Trait Implementations§
impl<'a> Freeze for Screen_write_data_type<'a>
impl<'a> RefUnwindSafe for Screen_write_data_type<'a>
impl<'a> Send for Screen_write_data_type<'a>
impl<'a> Sync for Screen_write_data_type<'a>
impl<'a> Unpin for Screen_write_data_type<'a>
impl<'a> UnwindSafe for Screen_write_data_type<'a>
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