pub struct PushTcfEmatchTreeHdr { /* private fields */ }Available on crate feature
tc only.Implementations§
Source§impl PushTcfEmatchTreeHdr
impl PushTcfEmatchTreeHdr
Sourcepub fn new_from_slice(other: &[u8]) -> Option<Self>
pub fn new_from_slice(other: &[u8]) -> Option<Self>
Copy from contents from other slice
pub fn as_slice(&self) -> &[u8] ⓘ
pub fn as_mut_slice(&mut self) -> &mut [u8] ⓘ
pub const fn len() -> usize
pub fn nmatches(&self) -> u16
pub fn set_nmatches(&mut self, value: u16)
pub fn progid(&self) -> u16
pub fn set_progid(&mut self, value: u16)
Trait Implementations§
Source§impl Clone for PushTcfEmatchTreeHdr
impl Clone for PushTcfEmatchTreeHdr
Source§fn clone(&self) -> PushTcfEmatchTreeHdr
fn clone(&self) -> PushTcfEmatchTreeHdr
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 PushTcfEmatchTreeHdr
impl Debug for PushTcfEmatchTreeHdr
Auto Trait Implementations§
impl Freeze for PushTcfEmatchTreeHdr
impl RefUnwindSafe for PushTcfEmatchTreeHdr
impl Send for PushTcfEmatchTreeHdr
impl Sync for PushTcfEmatchTreeHdr
impl Unpin for PushTcfEmatchTreeHdr
impl UnwindSafe for PushTcfEmatchTreeHdr
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