Struct classicube_sys::Flag
source · #[repr(C)]pub struct Flag {
pub bmp: Bitmap,
pub country: [c_char; 2],
pub meta: *mut c_void,
}
Fields§
§bmp: Bitmap
§country: [c_char; 2]
§meta: *mut c_void
Trait Implementations§
source§impl PartialEq for Flag
impl PartialEq for Flag
impl Eq for Flag
impl StructuralPartialEq for Flag
Auto Trait Implementations§
impl Freeze for Flag
impl RefUnwindSafe for Flag
impl !Send for Flag
impl !Sync for Flag
impl Unpin for Flag
impl UnwindSafe for Flag
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