Struct forgery_detection_zero::MissingGridAreas
source · pub struct MissingGridAreas { /* private fields */ }Implementations
sourceimpl MissingGridAreas
impl MissingGridAreas
pub fn votes(&self) -> &Votes
sourcepub fn missing_regions(&self) -> &[ForgedRegion]
pub fn missing_regions(&self) -> &[ForgedRegion]
Get all the parts of the image that have missing JPEG traces
pub fn forgery_mask(&self) -> &[u8] ⓘ
Auto Trait Implementations
impl RefUnwindSafe for MissingGridAreas
impl Send for MissingGridAreas
impl Sync for MissingGridAreas
impl Unpin for MissingGridAreas
impl UnwindSafe for MissingGridAreas
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more