#[repr(C)]pub struct _VipsArrayInt {
pub area: VipsArea,
}Fields§
§area: VipsAreaTrait Implementations§
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