Struct vitasdk_sys::SceAvPlayerTextPosition
source · #[repr(C)]pub struct SceAvPlayerTextPosition {
pub top: u16,
pub left: u16,
pub bottom: u16,
pub right: u16,
}Fields§
§top: u16§left: u16§bottom: u16§right: u16Trait Implementations§
source§impl Clone for SceAvPlayerTextPosition
impl Clone for SceAvPlayerTextPosition
source§fn clone(&self) -> SceAvPlayerTextPosition
fn clone(&self) -> SceAvPlayerTextPosition
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