Struct glib_sys::GByteArray[][src]

#[repr(C)]
pub struct GByteArray { pub data: *mut u8, pub len: c_uint, }

Fields

Trait Implementations

impl Copy for GByteArray
[src]

impl Clone for GByteArray
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GByteArray
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GByteArray

impl !Sync for GByteArray