Struct libvips_rs::bindings::_VipsArrayInt
source · #[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<_VipsArrayInt> for _VipsArrayInt
impl PartialEq<_VipsArrayInt> for _VipsArrayInt
source§fn eq(&self, other: &_VipsArrayInt) -> bool
fn eq(&self, other: &_VipsArrayInt) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for _VipsArrayInt
impl Eq for _VipsArrayInt
impl StructuralEq for _VipsArrayInt
impl StructuralPartialEq for _VipsArrayInt
Auto Trait Implementations§
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