pub struct SttsEntry {
pub sample_count: u32,
pub sample_delta: u32,
}Fields§
§sample_count: u32§sample_delta: u32Trait Implementations§
impl Eq for SttsEntry
impl StructuralPartialEq for SttsEntry
Auto Trait Implementations§
impl Freeze for SttsEntry
impl RefUnwindSafe for SttsEntry
impl Send for SttsEntry
impl Sync for SttsEntry
impl Unpin for SttsEntry
impl UnwindSafe for SttsEntry
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)