Union windows::Win32::Graphics::DirectWrite::DWRITE_PANOSE
#[repr(C)]
pub union DWRITE_PANOSE {
pub values: [u8; 10],
pub familyKind: u8,
pub text: DWRITE_PANOSE_3,
pub script: DWRITE_PANOSE_1,
pub decorative: DWRITE_PANOSE_0,
pub symbol: DWRITE_PANOSE_2,
}
Fields§
§values: [u8; 10]
§familyKind: u8
§text: DWRITE_PANOSE_3
§script: DWRITE_PANOSE_1
§decorative: DWRITE_PANOSE_0
§symbol: DWRITE_PANOSE_2
Trait Implementations§
§impl Clone for DWRITE_PANOSE
impl Clone for DWRITE_PANOSE
§fn clone(&self) -> DWRITE_PANOSE
fn clone(&self) -> DWRITE_PANOSE
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 more§impl Default for DWRITE_PANOSE
impl Default for DWRITE_PANOSE
impl Copy for DWRITE_PANOSE
Auto Trait Implementations§
impl Freeze for DWRITE_PANOSE
impl RefUnwindSafe for DWRITE_PANOSE
impl Send for DWRITE_PANOSE
impl Sync for DWRITE_PANOSE
impl Unpin for DWRITE_PANOSE
impl UnwindSafe for DWRITE_PANOSE
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)