#[repr(C)]pub struct Scan_PictureScanProgress {
pub progress: i32,
pub fd: i32,
pub isFinal: bool,
}Available on crate features
scan and api-12 only.Expand description
Indicates the progress of scanning a picture by the scanner.
Available since API-level: 12
Fields§
§progress: i32Picture progress from 0 to 100.
fd: i32scanner file handle.
isFinal: boolIndicates whether the image is the last scanned image.
Trait Implementations§
Source§impl Clone for Scan_PictureScanProgress
impl Clone for Scan_PictureScanProgress
Source§fn clone(&self) -> Scan_PictureScanProgress
fn clone(&self) -> Scan_PictureScanProgress
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for Scan_PictureScanProgress
impl Debug for Scan_PictureScanProgress
impl Copy for Scan_PictureScanProgress
Auto Trait Implementations§
impl Freeze for Scan_PictureScanProgress
impl RefUnwindSafe for Scan_PictureScanProgress
impl Send for Scan_PictureScanProgress
impl Sync for Scan_PictureScanProgress
impl Unpin for Scan_PictureScanProgress
impl UnsafeUnpin for Scan_PictureScanProgress
impl UnwindSafe for Scan_PictureScanProgress
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