Struct vitasdk_sys::SceAvPlayerFrameInfo
source · #[repr(C)]pub struct SceAvPlayerFrameInfo {
pub pData: *mut u8,
pub reserved: u32,
pub timeStamp: u64,
pub details: SceAvPlayerStreamDetails,
}Fields§
§pData: *mut u8§reserved: u32§timeStamp: u64§details: SceAvPlayerStreamDetailsTrait Implementations§
source§impl Clone for SceAvPlayerFrameInfo
impl Clone for SceAvPlayerFrameInfo
source§fn clone(&self) -> SceAvPlayerFrameInfo
fn clone(&self) -> SceAvPlayerFrameInfo
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