pub struct RsParams {
pub bs: i32,
pub dw: i32,
pub ns: i32,
}Expand description
QR-code version information database
Fields§
§bs: i32Small block size
dw: i32Small data words
ns: i32Number of small blocks
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RsParams
impl RefUnwindSafe for RsParams
impl Send for RsParams
impl Sync for RsParams
impl Unpin for RsParams
impl UnsafeUnpin for RsParams
impl UnwindSafe for RsParams
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