#[repr(C)]pub struct GByteArray {
pub data: *mut u8,
pub len: u32,
}Fields§
§data: *mut u8§len: u32Trait Implementations§
Source§impl Clone for GByteArray
impl Clone for GByteArray
Source§fn clone(&self) -> GByteArray
fn clone(&self) -> GByteArray
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for GByteArray
Source§impl Debug for GByteArray
impl Debug for GByteArray
Source§impl Default for GByteArray
impl Default for GByteArray
Source§fn default() -> GByteArray
fn default() -> GByteArray
Returns the “default value” for a type. Read more
impl Eq 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 (const: unstable) · 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 StructuralPartialEq for GByteArray
Auto Trait Implementations§
impl !Send for GByteArray
impl !Sync for GByteArray
impl Freeze for GByteArray
impl RefUnwindSafe for GByteArray
impl Unpin for GByteArray
impl UnsafeUnpin 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