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