#[repr(C)]pub struct _Drawer2DData {
pub BitmappedText: cc_bool,
pub BlackTextShadows: cc_bool,
pub Colors: [BitmapCol; 256],
}
Fields§
§BitmappedText: cc_bool
§BlackTextShadows: cc_bool
§Colors: [BitmapCol; 256]
Trait Implementations§
Source§impl Clone for _Drawer2DData
impl Clone for _Drawer2DData
Source§fn clone(&self) -> _Drawer2DData
fn clone(&self) -> _Drawer2DData
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 _Drawer2DData
impl Debug for _Drawer2DData
Source§impl Hash for _Drawer2DData
impl Hash for _Drawer2DData
Source§impl PartialEq for _Drawer2DData
impl PartialEq for _Drawer2DData
impl Copy for _Drawer2DData
impl Eq for _Drawer2DData
impl StructuralPartialEq for _Drawer2DData
Auto Trait Implementations§
impl Freeze for _Drawer2DData
impl RefUnwindSafe for _Drawer2DData
impl Send for _Drawer2DData
impl Sync for _Drawer2DData
impl Unpin for _Drawer2DData
impl UnwindSafe for _Drawer2DData
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