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