#[repr(C)]pub struct BiosFramebufferInfo {
pub region: Region,
pub width: u16,
pub height: u16,
pub bytes_per_pixel: u8,
pub stride: u16,
pub pixel_format: PixelFormat,
}Fields§
§region: Region§width: u16§height: u16§bytes_per_pixel: u8§stride: u16§pixel_format: PixelFormatTrait Implementations§
Source§impl Clone for BiosFramebufferInfo
impl Clone for BiosFramebufferInfo
Source§fn clone(&self) -> BiosFramebufferInfo
fn clone(&self) -> BiosFramebufferInfo
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for BiosFramebufferInfo
impl Debug for BiosFramebufferInfo
impl Copy for BiosFramebufferInfo
Auto Trait Implementations§
impl Freeze for BiosFramebufferInfo
impl RefUnwindSafe for BiosFramebufferInfo
impl Send for BiosFramebufferInfo
impl Sync for BiosFramebufferInfo
impl Unpin for BiosFramebufferInfo
impl UnwindSafe for BiosFramebufferInfo
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