#[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 copy 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
Source§impl Ord for tagFONTSIGNATURE
impl Ord for tagFONTSIGNATURE
Source§fn cmp(&self, other: &tagFONTSIGNATURE) -> Ordering
fn cmp(&self, other: &tagFONTSIGNATURE) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for tagFONTSIGNATURE
impl PartialEq for tagFONTSIGNATURE
Source§impl PartialOrd for tagFONTSIGNATURE
impl PartialOrd for tagFONTSIGNATURE
impl Copy for tagFONTSIGNATURE
impl Eq for tagFONTSIGNATURE
impl StructuralPartialEq 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