Struct r_efi::protocols::hii_font_ex::ImageOutput
source · [−]#[repr(C)]pub struct ImageOutput {
pub width: u16,
pub height: u16,
pub image: ImageOutputImage,
}Fields
width: u16height: u16image: ImageOutputImageTrait Implementations
sourceimpl Clone for ImageOutput
impl Clone for ImageOutput
sourcefn clone(&self) -> ImageOutput
fn clone(&self) -> ImageOutput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
impl Copy for ImageOutput
Auto Trait Implementations
impl RefUnwindSafe for ImageOutput
impl !Send for ImageOutput
impl !Sync for ImageOutput
impl Unpin for ImageOutput
impl UnwindSafe for ImageOutput
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