#[repr(C)]pub struct OstreeBlobReaderInterface {
pub g_iface: GTypeInterface,
pub read_blob: Option<unsafe extern "C" fn(*mut OstreeBlobReader, *mut GCancellable, *mut *mut GError) -> *mut GBytes>,
}Fields§
§g_iface: GTypeInterface§read_blob: Option<unsafe extern "C" fn(*mut OstreeBlobReader, *mut GCancellable, *mut *mut GError) -> *mut GBytes>Trait Implementations§
Source§impl Clone for OstreeBlobReaderInterface
impl Clone for OstreeBlobReaderInterface
Source§fn clone(&self) -> OstreeBlobReaderInterface
fn clone(&self) -> OstreeBlobReaderInterface
Returns a duplicate 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 OstreeBlobReaderInterface
impl Debug for OstreeBlobReaderInterface
impl Copy for OstreeBlobReaderInterface
Auto Trait Implementations§
impl Freeze for OstreeBlobReaderInterface
impl RefUnwindSafe for OstreeBlobReaderInterface
impl Send for OstreeBlobReaderInterface
impl Sync for OstreeBlobReaderInterface
impl Unpin for OstreeBlobReaderInterface
impl UnwindSafe for OstreeBlobReaderInterface
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