#[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