Struct zxing_cpp::ReaderResult
source · pub struct ReaderResult(/* private fields */);
Implementations§
source§impl ReaderResult
impl ReaderResult
pub fn is_valid(&self) -> bool
pub fn format(&self) -> BarcodeFormat
pub fn content_type(&self) -> ContentType
pub fn text(&self) -> String
pub fn ec_level(&self) -> String
pub fn error_message(&self) -> String
pub fn symbology_identifier(&self) -> String
pub fn orientation(&self) -> i32
pub fn is_inverted(&self) -> bool
pub fn is_mirrored(&self) -> bool
pub fn bytes(&self) -> Vec<u8>
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for ReaderResult
impl !Send for ReaderResult
impl !Sync for ReaderResult
impl Unpin for ReaderResult
impl UnwindSafe for ReaderResult
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