pub struct SbgpEntry {
pub sample_count: u32,
pub group_description_index: u32,
}Fields§
§sample_count: u32§group_description_index: u32Trait Implementations§
impl Eq for SbgpEntry
impl StructuralPartialEq for SbgpEntry
Auto Trait Implementations§
impl Freeze for SbgpEntry
impl RefUnwindSafe for SbgpEntry
impl Send for SbgpEntry
impl Sync for SbgpEntry
impl Unpin for SbgpEntry
impl UnwindSafe for SbgpEntry
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