#[repr(C)]pub struct PsmfData {
pub version: u32,
pub header_size: u32,
pub header_offset: u32,
pub stream_size: u32,
pub stream_offset: u32,
pub stream_num: u32,
}Fields§
§version: u32§header_size: u32§header_offset: u32§stream_size: u32§stream_offset: u32§stream_num: u32Trait Implementations§
Auto Trait Implementations§
impl Freeze for PsmfData
impl RefUnwindSafe for PsmfData
impl Send for PsmfData
impl Sync for PsmfData
impl Unpin for PsmfData
impl UnwindSafe for PsmfData
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)