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 size_hint(self, v: impl Into<i32>) -> Self
pub fn set_size_hint(&mut self, v: impl Into<i32>) -> &mut Self
pub fn get_size_hint(&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 with_hrt(self, v: impl Into<bool>) -> Self
pub fn set_with_hrt(&mut self, v: impl Into<bool>) -> &mut Self
pub fn get_with_hrt(&self) -> bool
pub fn with_quiet_zones(self, v: impl Into<bool>) -> Self
pub fn set_with_quiet_zones(&mut self, v: impl Into<bool>) -> &mut Self
pub fn get_with_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 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