#[repr(C)]pub struct _VipsArrayInt {
pub area: VipsArea,
}
Fields§
§area: VipsArea
Trait Implementations§
Source§impl Clone for _VipsArrayInt
impl Clone for _VipsArrayInt
Source§fn clone(&self) -> _VipsArrayInt
fn clone(&self) -> _VipsArrayInt
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 moreSource§impl Debug for _VipsArrayInt
impl Debug for _VipsArrayInt
Source§impl PartialEq for _VipsArrayInt
impl PartialEq for _VipsArrayInt
impl Copy for _VipsArrayInt
impl Eq for _VipsArrayInt
impl StructuralPartialEq for _VipsArrayInt
Auto Trait Implementations§
impl Freeze for _VipsArrayInt
impl RefUnwindSafe for _VipsArrayInt
impl !Send for _VipsArrayInt
impl !Sync for _VipsArrayInt
impl Unpin for _VipsArrayInt
impl UnwindSafe for _VipsArrayInt
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