pub struct SliEntry {
pub first: u16,
pub number: u16,
pub picture: u8,
}Expand description
SLIEntry represents a single entry to the SLI packet’s list of lost slices.
Fields§
§first: u16ID of first lost slice
number: u16Number of lost slices
picture: u8ID of related picture
Trait Implementations§
impl Eq for SliEntry
impl StructuralPartialEq for SliEntry
Auto Trait Implementations§
impl Freeze for SliEntry
impl RefUnwindSafe for SliEntry
impl Send for SliEntry
impl Sync for SliEntry
impl Unpin for SliEntry
impl UnwindSafe for SliEntry
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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