Struct gio_sys::GInputVector
source · #[repr(C)]pub struct GInputVector {
pub buffer: gpointer,
pub size: size_t,
}
Fields§
§buffer: gpointer
§size: size_t
Trait Implementations§
source§impl Clone for GInputVector
impl Clone for GInputVector
source§fn clone(&self) -> GInputVector
fn clone(&self) -> GInputVector
Returns a copy 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 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§
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