Struct vitasdk_sys::SceFontGlyphImage
source · #[repr(C)]pub struct SceFontGlyphImage {
pub pixelFormat: c_uint,
pub xPos64: c_int,
pub yPos64: c_int,
pub bufWidth: c_ushort,
pub bufHeight: c_ushort,
pub bytesPerLine: c_ushort,
pub pad: c_ushort,
pub bufferPtr: c_uint,
}Fields§
§pixelFormat: c_uint§xPos64: c_int§yPos64: c_int§bufWidth: c_ushort§bufHeight: c_ushort§bytesPerLine: c_ushort§pad: c_ushort§bufferPtr: c_uintTrait Implementations§
source§impl Clone for SceFontGlyphImage
impl Clone for SceFontGlyphImage
source§fn clone(&self) -> SceFontGlyphImage
fn clone(&self) -> SceFontGlyphImage
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