#[repr(C)]pub struct _GByteArray {
pub data: *mut guint8,
pub len: guint,
}
Fields§
§data: *mut guint8
§len: guint
Trait Implementations§
Source§impl Clone for _GByteArray
impl Clone for _GByteArray
Source§fn clone(&self) -> _GByteArray
fn clone(&self) -> _GByteArray
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 _GByteArray
impl Debug for _GByteArray
Source§impl PartialEq for _GByteArray
impl PartialEq for _GByteArray
impl Copy for _GByteArray
impl Eq for _GByteArray
impl StructuralPartialEq for _GByteArray
Auto 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