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