#[repr(C)]pub struct GByteArray {
pub data: u8,
pub len: guint,
}Fields§
§data: u8§len: guintAuto Trait Implementations§
impl Freeze for GByteArray
impl RefUnwindSafe for GByteArray
impl Send for GByteArray
impl Sync for GByteArray
impl Unpin for GByteArray
impl UnwindSafe for GByteArray
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