Struct vitasdk_sys::SceFontImageRect
source · #[repr(C)]pub struct SceFontImageRect {
pub width: c_ushort,
pub height: c_ushort,
}Fields§
§width: c_ushort§height: c_ushortTrait Implementations§
source§impl Clone for SceFontImageRect
impl Clone for SceFontImageRect
source§fn clone(&self) -> SceFontImageRect
fn clone(&self) -> SceFontImageRect
Returns a copy 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 more