Struct forgery_detection_zero::ForgedRegion 
source · pub struct ForgedRegion {
    pub x0: u32,
    pub y0: u32,
    pub x1: u32,
    pub y1: u32,
    pub grid: Grid,
    pub lnfa: f64,
}Fields
x0: u32y0: u32x1: u32y1: u32grid: Gridlnfa: f64Trait Implementations
sourceimpl Clone for ForgedRegion
 
impl Clone for ForgedRegion
sourcefn clone(&self) -> ForgedRegion
 
fn clone(&self) -> ForgedRegion
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from 
source. Read moresourceimpl Debug for ForgedRegion
 
impl Debug for ForgedRegion
sourceimpl Default for ForgedRegion
 
impl Default for ForgedRegion
sourcefn default() -> ForgedRegion
 
fn default() -> ForgedRegion
Returns the “default value” for a type. Read more
impl Copy for ForgedRegion
Auto Trait Implementations
impl RefUnwindSafe for ForgedRegion
impl Send for ForgedRegion
impl Sync for ForgedRegion
impl Unpin for ForgedRegion
impl UnwindSafe for ForgedRegion
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
impl<T> Pointable for T
impl<T> Pointable for T
sourceimpl<R, P> ReadPrimitive<R> for Pwhere
    R: Read + ReadEndian<P>,
    P: Default,
 
impl<R, P> ReadPrimitive<R> for Pwhere
    R: Read + ReadEndian<P>,
    P: Default,
sourcefn read_from_little_endian(read: &mut R) -> Result<Self, Error>
 
fn read_from_little_endian(read: &mut R) -> Result<Self, Error>
Read this value from the supplied reader. Same as 
ReadEndian::read_from_little_endian().sourcefn read_from_big_endian(read: &mut R) -> Result<Self, Error>
 
fn read_from_big_endian(read: &mut R) -> Result<Self, Error>
Read this value from the supplied reader. Same as 
ReadEndian::read_from_big_endian().sourcefn read_from_native_endian(read: &mut R) -> Result<Self, Error>
 
fn read_from_native_endian(read: &mut R) -> Result<Self, Error>
Read this value from the supplied reader. Same as 
ReadEndian::read_from_native_endian().