struct SortKeyLevel {
buf: SmallVec<[u8; 40]>,
}Fields§
§buf: SmallVec<[u8; 40]>Implementations§
Source§impl SortKeyLevel
impl SortKeyLevel
fn len(&self) -> usize
fn is_empty(&self) -> bool
fn append_byte(&mut self, x: u8)
fn append_weight_16(&mut self, w: u16)
fn append_reverse_weight_16(&mut self, w: u16)
fn append_weight_32(&mut self, w: u32)
Trait Implementations§
Source§impl Default for SortKeyLevel
impl Default for SortKeyLevel
Source§fn default() -> SortKeyLevel
fn default() -> SortKeyLevel
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for SortKeyLevel
impl RefUnwindSafe for SortKeyLevel
impl Send for SortKeyLevel
impl Sync for SortKeyLevel
impl Unpin for SortKeyLevel
impl UnsafeUnpin for SortKeyLevel
impl UnwindSafe for SortKeyLevel
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