#[repr(C)]pub struct giblorb_result_struct {
pub chunknum: glui32,
pub data: giblorb_result_struct__bindgen_ty_1,
pub length: glui32,
pub chunktype: glui32,
}Fields§
§chunknum: glui32§data: giblorb_result_struct__bindgen_ty_1§length: glui32§chunktype: glui32Trait Implementations§
Source§impl Clone for giblorb_result_struct
impl Clone for giblorb_result_struct
Source§fn clone(&self) -> giblorb_result_struct
fn clone(&self) -> giblorb_result_struct
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 moreimpl Copy for giblorb_result_struct
Auto Trait Implementations§
impl Freeze for giblorb_result_struct
impl RefUnwindSafe for giblorb_result_struct
impl !Send for giblorb_result_struct
impl !Sync for giblorb_result_struct
impl Unpin for giblorb_result_struct
impl UnwindSafe for giblorb_result_struct
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