#[repr(C)]pub struct giblorb_image_info_struct {
pub chunktype: glui32,
pub width: glui32,
pub height: glui32,
pub alttext: *mut c_char,
}Fields§
§chunktype: glui32§width: glui32§height: glui32§alttext: *mut c_charTrait Implementations§
Source§impl Clone for giblorb_image_info_struct
impl Clone for giblorb_image_info_struct
Source§fn clone(&self) -> giblorb_image_info_struct
fn clone(&self) -> giblorb_image_info_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 moreSource§impl Debug for giblorb_image_info_struct
impl Debug for giblorb_image_info_struct
impl Copy for giblorb_image_info_struct
Auto Trait Implementations§
impl Freeze for giblorb_image_info_struct
impl RefUnwindSafe for giblorb_image_info_struct
impl !Send for giblorb_image_info_struct
impl !Sync for giblorb_image_info_struct
impl Unpin for giblorb_image_info_struct
impl UnwindSafe for giblorb_image_info_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