Struct vitasdk_sys::ScePvfIrect
source · #[repr(C)]pub struct ScePvfIrect {
pub width: ScePvfU16,
pub height: ScePvfU16,
}Fields§
§width: ScePvfU16§height: ScePvfU16Trait Implementations§
source§impl Clone for ScePvfIrect
impl Clone for ScePvfIrect
source§fn clone(&self) -> ScePvfIrect
fn clone(&self) -> ScePvfIrect
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