Struct fastfreeimage::FastImageRegion
source · pub struct FastImageRegion { /* private fields */ }
Implementations§
source§impl FastImageRegion
impl FastImageRegion
pub fn new(left_bottom: Point, size: FastImageSize) -> Self
pub fn left(&self) -> c_int
pub fn bottom(&self) -> c_int
pub fn width(&self) -> c_int
pub fn height(&self) -> c_int
pub fn right(&self) -> c_int
pub fn top(&self) -> c_int
pub fn size(&self) -> &FastImageSize
Trait Implementations§
source§impl Clone for FastImageRegion
impl Clone for FastImageRegion
source§fn clone(&self) -> FastImageRegion
fn clone(&self) -> FastImageRegion
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for FastImageRegion
impl RefUnwindSafe for FastImageRegion
impl Send for FastImageRegion
impl Sync for FastImageRegion
impl Unpin for FastImageRegion
impl UnwindSafe for FastImageRegion
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