pub struct DescriptorPrefix {
pub version: u8,
pub payload_len: usize,
pub segment_count: usize,
pub segment_stream_len: usize,
pub b_value_bits: u64,
}Fields§
§version: u8§payload_len: usize§segment_count: usize§segment_stream_len: usize§b_value_bits: u64Trait Implementations§
Source§impl Clone for DescriptorPrefix
impl Clone for DescriptorPrefix
Source§fn clone(&self) -> DescriptorPrefix
fn clone(&self) -> DescriptorPrefix
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 DescriptorPrefix
impl Debug for DescriptorPrefix
impl Eq for DescriptorPrefix
Source§impl PartialEq for DescriptorPrefix
impl PartialEq for DescriptorPrefix
Source§fn eq(&self, other: &DescriptorPrefix) -> bool
fn eq(&self, other: &DescriptorPrefix) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DescriptorPrefix
Auto Trait Implementations§
impl Freeze for DescriptorPrefix
impl RefUnwindSafe for DescriptorPrefix
impl Send for DescriptorPrefix
impl Sync for DescriptorPrefix
impl Unpin for DescriptorPrefix
impl UnsafeUnpin for DescriptorPrefix
impl UnwindSafe for DescriptorPrefix
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