pub struct VTIntermediate { /* private fields */ }Implementations§
Source§impl VTIntermediate
impl VTIntermediate
pub const fn empty() -> Self
pub const fn one(c: u8) -> Self
pub const fn two(c1: u8, c2: u8) -> Self
pub fn has(&self, c: u8) -> bool
pub fn clear(&mut self)
pub fn is_empty(&self) -> bool
pub fn len(&self) -> usize
pub fn push(&mut self, c: u8) -> bool
pub const fn const_eq(&self, other: &Self) -> bool
Trait Implementations§
Source§impl Clone for VTIntermediate
impl Clone for VTIntermediate
Source§fn clone(&self) -> VTIntermediate
fn clone(&self) -> VTIntermediate
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 VTIntermediate
impl Debug for VTIntermediate
Source§impl Default for VTIntermediate
impl Default for VTIntermediate
Source§fn default() -> VTIntermediate
fn default() -> VTIntermediate
Returns the “default value” for a type. Read more
Source§impl PartialEq for VTIntermediate
impl PartialEq for VTIntermediate
impl Copy for VTIntermediate
impl Eq for VTIntermediate
impl StructuralPartialEq for VTIntermediate
Auto Trait Implementations§
impl Freeze for VTIntermediate
impl RefUnwindSafe for VTIntermediate
impl Send for VTIntermediate
impl Sync for VTIntermediate
impl Unpin for VTIntermediate
impl UnwindSafe for VTIntermediate
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