Struct r_efi::protocols::hii_string::Info
source · #[repr(C)]pub struct Info<const N: usize = 0> {
pub font_style: FontStyle,
pub font_size: u16,
pub font_name: [Char16; N],
}Fields§
§font_style: FontStyle§font_size: u16§font_name: [Char16; N]Trait Implementations§
impl<const N: usize> Copy for Info<N>
Auto Trait Implementations§
impl<const N: usize> Freeze for Info<N>
impl<const N: usize> RefUnwindSafe for Info<N>
impl<const N: usize> Send for Info<N>
impl<const N: usize> Sync for Info<N>
impl<const N: usize> Unpin for Info<N>
impl<const N: usize> UnwindSafe for Info<N>
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)