struct BitBuffer {
pub bit_buffer: u64,
pub bits_in: u32,
}Fields§
§bit_buffer: u64§bits_in: u32Implementations§
Auto Trait Implementations§
impl Freeze for BitBuffer
impl RefUnwindSafe for BitBuffer
impl Send for BitBuffer
impl Sync for BitBuffer
impl Unpin for BitBuffer
impl UnwindSafe for BitBuffer
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