#[repr(C)]pub struct gbm_format_name_desc {
pub name: [c_char; 5],
}
Fields§
§name: [c_char; 5]
Trait Implementations§
source§impl Clone for gbm_format_name_desc
impl Clone for gbm_format_name_desc
source§fn clone(&self) -> gbm_format_name_desc
fn clone(&self) -> gbm_format_name_desc
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 gbm_format_name_desc
impl Debug for gbm_format_name_desc
impl Copy for gbm_format_name_desc
Auto Trait Implementations§
impl RefUnwindSafe for gbm_format_name_desc
impl Send for gbm_format_name_desc
impl Sync for gbm_format_name_desc
impl Unpin for gbm_format_name_desc
impl UnwindSafe for gbm_format_name_desc
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