#[repr(C)]pub struct DWRITE_PANOSE(/* private fields */);
Implementations§
Source§impl DWRITE_PANOSE
impl DWRITE_PANOSE
pub unsafe fn values(&self) -> &[UINT8; 10]
pub unsafe fn values_mut(&mut self) -> &mut [UINT8; 10]
pub unsafe fn familyKind(&self) -> &UINT8
pub unsafe fn familyKind_mut(&mut self) -> &mut UINT8
pub unsafe fn text(&self) -> &DWRITE_PANOSE_text
pub unsafe fn text_mut(&mut self) -> &mut DWRITE_PANOSE_text
pub unsafe fn script(&self) -> &DWRITE_PANOSE_script
pub unsafe fn script_mut(&mut self) -> &mut DWRITE_PANOSE_script
pub unsafe fn decorative(&self) -> &DWRITE_PANOSE_decorative
pub unsafe fn decorative_mut(&mut self) -> &mut DWRITE_PANOSE_decorative
pub unsafe fn symbol(&self) -> &DWRITE_PANOSE_symbol
pub unsafe fn symbol_mut(&mut self) -> &mut DWRITE_PANOSE_symbol
Trait Implementations§
Source§impl Clone for DWRITE_PANOSE
impl Clone for DWRITE_PANOSE
Source§fn clone(&self) -> DWRITE_PANOSE
fn clone(&self) -> DWRITE_PANOSE
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 Default for DWRITE_PANOSE
impl Default for DWRITE_PANOSE
Source§fn default() -> DWRITE_PANOSE
fn default() -> DWRITE_PANOSE
Returns the “default value” for a type. Read more
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