pub struct BarcodeWriter(/* private fields */);Implementations§
Source§impl BarcodeWriter
impl BarcodeWriter
Source§impl BarcodeWriter
impl BarcodeWriter
pub fn scale(self, v: impl Into<i32>) -> Self
pub fn set_scale(&mut self, v: impl Into<i32>) -> &mut Self
pub fn get_scale(&self) -> i32
pub fn rotate(self, v: impl Into<i32>) -> Self
pub fn set_rotate(&mut self, v: impl Into<i32>) -> &mut Self
pub fn get_rotate(&self) -> i32
pub fn add_hrt(self, v: impl Into<bool>) -> Self
pub fn set_add_hrt(&mut self, v: impl Into<bool>) -> &mut Self
pub fn get_add_hrt(&self) -> bool
pub fn add_quiet_zones(self, v: impl Into<bool>) -> Self
pub fn set_add_quiet_zones(&mut self, v: impl Into<bool>) -> &mut Self
pub fn get_add_quiet_zones(&self) -> bool
Trait Implementations§
Source§impl Default for BarcodeWriter
impl Default for BarcodeWriter
Auto Trait Implementations§
impl Freeze for BarcodeWriter
impl RefUnwindSafe for BarcodeWriter
impl !Send for BarcodeWriter
impl !Sync for BarcodeWriter
impl Unpin for BarcodeWriter
impl UnsafeUnpin for BarcodeWriter
impl UnwindSafe for BarcodeWriter
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