Struct vitasdk_sys::SceAvPlayerStreamInfo
source · #[repr(C)]pub struct SceAvPlayerStreamInfo {
pub type_: u32,
pub reserved: u32,
pub details: SceAvPlayerStreamDetails,
pub duration: u64,
pub startTime: u64,
}Fields§
§type_: u32§reserved: u32§details: SceAvPlayerStreamDetails§duration: u64§startTime: u64Trait Implementations§
source§impl Clone for SceAvPlayerStreamInfo
impl Clone for SceAvPlayerStreamInfo
source§fn clone(&self) -> SceAvPlayerStreamInfo
fn clone(&self) -> SceAvPlayerStreamInfo
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