#[repr(C)]pub struct GOutputVector {
pub buffer: gconstpointer,
pub size: gsize,
}Fields§
§buffer: gconstpointer§size: gsizeAuto Trait Implementations§
impl Freeze for GOutputVector
impl RefUnwindSafe for GOutputVector
impl !Send for GOutputVector
impl !Sync for GOutputVector
impl Unpin for GOutputVector
impl UnwindSafe for GOutputVector
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