#[repr(C)]pub struct tagFONTSIGNATURE {
pub fsUsb: [DWORD; 4],
pub fsCsb: [DWORD; 2],
}Fields§
§fsUsb: [DWORD; 4]§fsCsb: [DWORD; 2]Trait Implementations§
Source§impl Clone for tagFONTSIGNATURE
impl Clone for tagFONTSIGNATURE
Source§fn clone(&self) -> tagFONTSIGNATURE
fn clone(&self) -> tagFONTSIGNATURE
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 tagFONTSIGNATURE
impl Debug for tagFONTSIGNATURE
impl Copy for tagFONTSIGNATURE
Auto Trait Implementations§
impl Freeze for tagFONTSIGNATURE
impl RefUnwindSafe for tagFONTSIGNATURE
impl Send for tagFONTSIGNATURE
impl Sync for tagFONTSIGNATURE
impl Unpin for tagFONTSIGNATURE
impl UnwindSafe for tagFONTSIGNATURE
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