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