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