Struct classicube_sys::_Drawer2DData
source · #[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
source§fn eq(&self, other: &_Drawer2DData) -> bool
fn eq(&self, other: &_Drawer2DData) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)