pub struct FrameIds {
pub delta_frame_id_length: u8,
pub additional_frame_id_length: u8,
}
Expand description
Frame IDs
Can be part of the SequenceHeaderObu
.
Fields§
§delta_frame_id_length: u8
delta_frame_id_length_minus_2 + 2
4 bits
additional_frame_id_length: u8
additional_frame_id_length_minus_1 + 1
3 bits
Trait Implementations§
impl Copy for FrameIds
impl Eq for FrameIds
impl StructuralPartialEq for FrameIds
Auto Trait Implementations§
impl Freeze for FrameIds
impl RefUnwindSafe for FrameIds
impl Send for FrameIds
impl Sync for FrameIds
impl Unpin for FrameIds
impl UnwindSafe for FrameIds
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