#[repr(C)]pub struct SceFontStyle {Show 15 fields
pub fontH: f32,
pub fontV: f32,
pub fontHRes: f32,
pub fontVRes: f32,
pub fontWeight: f32,
pub fontFamily: c_ushort,
pub fontStyle: c_ushort,
pub fontStyleSub: c_ushort,
pub fontLanguage: c_ushort,
pub fontRegion: c_ushort,
pub fontCountry: c_ushort,
pub fontName: [c_char; 64],
pub fontFileName: [c_char; 64],
pub fontAttributes: c_uint,
pub fontExpire: c_uint,
}Fields§
§fontH: f32§fontV: f32§fontHRes: f32§fontVRes: f32§fontWeight: f32§fontFamily: c_ushort§fontStyle: c_ushort§fontStyleSub: c_ushort§fontLanguage: c_ushort§fontRegion: c_ushort§fontCountry: c_ushort§fontName: [c_char; 64]§fontFileName: [c_char; 64]§fontAttributes: c_uint§fontExpire: c_uintTrait Implementations§
Source§impl Clone for SceFontStyle
impl Clone for SceFontStyle
Source§fn clone(&self) -> SceFontStyle
fn clone(&self) -> SceFontStyle
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SceFontStyle
impl Debug for SceFontStyle
impl Copy for SceFontStyle
Auto Trait Implementations§
impl Freeze for SceFontStyle
impl RefUnwindSafe for SceFontStyle
impl Send for SceFontStyle
impl Sync for SceFontStyle
impl Unpin for SceFontStyle
impl UnwindSafe for SceFontStyle
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)