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