#[repr(C)]pub struct _VipsConnection {
pub parent_object: VipsObject,
pub descriptor: c_int,
pub tracked_descriptor: c_int,
pub close_descriptor: c_int,
pub filename: *mut c_char,
}Fields§
§parent_object: VipsObject§descriptor: c_int§tracked_descriptor: c_int§close_descriptor: c_int§filename: *mut c_charTrait Implementations§
Auto Trait Implementations§
impl Freeze for _VipsConnection
impl RefUnwindSafe for _VipsConnection
impl !Send for _VipsConnection
impl !Sync for _VipsConnection
impl Unpin for _VipsConnection
impl UnwindSafe for _VipsConnection
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