Struct gio_sys::GInputVector
source · [−]Fields
buffer: gpointer
size: size_t
Trait Implementations
sourceimpl Clone for GInputVector
impl Clone for GInputVector
sourcefn clone(&self) -> GInputVector
fn clone(&self) -> GInputVector
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for GInputVector
impl Debug for GInputVector
impl Copy for GInputVector
Auto Trait Implementations
impl RefUnwindSafe for GInputVector
impl !Send for GInputVector
impl !Sync for GInputVector
impl Unpin for GInputVector
impl UnwindSafe for GInputVector
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more