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