#[repr(C)]pub struct FONT_INFO {
pub name: LPCWSTR,
pub size: f32,
}Expand description
フォント情報構造体
Fields§
§name: LPCWSTRフォント名
size: f32フォントサイズ
Trait Implementations§
Auto Trait Implementations§
impl !Send for FONT_INFO
impl !Sync for FONT_INFO
impl Freeze for FONT_INFO
impl RefUnwindSafe for FONT_INFO
impl Unpin for FONT_INFO
impl UnsafeUnpin for FONT_INFO
impl UnwindSafe for FONT_INFO
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