pub struct QR8bitByte {
pub data: String,
}Fields§
§data: StringImplementations§
Source§impl QR8bitByte
impl QR8bitByte
pub fn new(data: &str) -> QR8bitByte
pub fn get_length(&self) -> usize
pub fn write(&self, buffer: &mut BitBuffer)
Auto Trait Implementations§
impl Freeze for QR8bitByte
impl RefUnwindSafe for QR8bitByte
impl Send for QR8bitByte
impl Sync for QR8bitByte
impl Unpin for QR8bitByte
impl UnsafeUnpin for QR8bitByte
impl UnwindSafe for QR8bitByte
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