#[repr(C)]pub struct FONTSIGNATURE {
pub fsUsb: [DWORD; 4],
pub fsCsb: [DWORD; 2],
}
Fields§
§fsUsb: [DWORD; 4]
§fsCsb: [DWORD; 2]
Trait Implementations§
Source§impl Clone for FONTSIGNATURE
impl Clone for FONTSIGNATURE
Source§fn clone(&self) -> FONTSIGNATURE
fn clone(&self) -> FONTSIGNATURE
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 FONTSIGNATURE
impl Debug for FONTSIGNATURE
Source§impl Default for FONTSIGNATURE
impl Default for FONTSIGNATURE
Source§fn default() -> FONTSIGNATURE
fn default() -> FONTSIGNATURE
Returns the “default value” for a type. Read more
impl Copy for FONTSIGNATURE
Auto Trait Implementations§
impl Freeze for FONTSIGNATURE
impl RefUnwindSafe for FONTSIGNATURE
impl Send for FONTSIGNATURE
impl Sync for FONTSIGNATURE
impl Unpin for FONTSIGNATURE
impl UnwindSafe for FONTSIGNATURE
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