pub struct Pcf2Segment {
pub kind: u8,
pub flags: u8,
pub orig_len: u64,
pub meta: Vec<u8>,
pub data: Vec<u8>,
}Fields§
§kind: u8§flags: u8§orig_len: u64§meta: Vec<u8>§data: Vec<u8>Implementations§
Trait Implementations§
Source§impl Clone for Pcf2Segment
impl Clone for Pcf2Segment
Source§fn clone(&self) -> Pcf2Segment
fn clone(&self) -> Pcf2Segment
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 Pcf2Segment
impl Debug for Pcf2Segment
impl Eq for Pcf2Segment
Source§impl PartialEq for Pcf2Segment
impl PartialEq for Pcf2Segment
impl StructuralPartialEq for Pcf2Segment
Auto Trait Implementations§
impl Freeze for Pcf2Segment
impl RefUnwindSafe for Pcf2Segment
impl Send for Pcf2Segment
impl Sync for Pcf2Segment
impl Unpin for Pcf2Segment
impl UnsafeUnpin for Pcf2Segment
impl UnwindSafe for Pcf2Segment
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