#[repr(C)]pub struct GByteArray {
pub data: *mut c_uchar,
pub len: c_uint,
}
Fields§
§data: *mut c_uchar
§len: c_uint
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 Default for GByteArray
impl Default for GByteArray
Source§impl Hash for GByteArray
impl Hash for GByteArray
Source§impl Ord for GByteArray
impl Ord for GByteArray
Source§fn cmp(&self, other: &GByteArray) -> Ordering
fn cmp(&self, other: &GByteArray) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for GByteArray
impl PartialEq for GByteArray
Source§impl PartialOrd for GByteArray
impl PartialOrd 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