pub struct FrameHeader {
pub window: WindowBounds,
pub dictionary: Option<DictionaryID>,
pub checksum: ChecksumBehavior,
}Fields§
§window: WindowBounds§dictionary: Option<DictionaryID>§checksum: ChecksumBehaviorTrait Implementations§
Source§impl Clone for FrameHeader
impl Clone for FrameHeader
Source§fn clone(&self) -> FrameHeader
fn clone(&self) -> FrameHeader
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for FrameHeader
impl Debug for FrameHeader
Source§impl Hash for FrameHeader
impl Hash for FrameHeader
Source§impl Ord for FrameHeader
impl Ord for FrameHeader
Source§fn cmp(&self, other: &FrameHeader) -> Ordering
fn cmp(&self, other: &FrameHeader) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for FrameHeader
impl PartialEq for FrameHeader
Source§impl PartialOrd for FrameHeader
impl PartialOrd for FrameHeader
Source§impl SliceParse for FrameHeader
impl SliceParse for FrameHeader
impl Copy for FrameHeader
impl Eq for FrameHeader
impl StructuralPartialEq for FrameHeader
Auto Trait Implementations§
impl Freeze for FrameHeader
impl RefUnwindSafe for FrameHeader
impl Send for FrameHeader
impl Sync for FrameHeader
impl Unpin for FrameHeader
impl UnwindSafe for FrameHeader
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