Struct classicube_sys::DrawTextArgs
source · #[repr(C)]pub struct DrawTextArgs {
pub text: cc_string,
pub font: *mut FontDesc,
pub useShadow: cc_bool,
}
Fields§
§text: cc_string
§font: *mut FontDesc
§useShadow: cc_bool
Trait Implementations§
source§impl Debug for DrawTextArgs
impl Debug for DrawTextArgs
source§impl Hash for DrawTextArgs
impl Hash for DrawTextArgs
source§impl PartialEq for DrawTextArgs
impl PartialEq for DrawTextArgs
source§fn eq(&self, other: &DrawTextArgs) -> bool
fn eq(&self, other: &DrawTextArgs) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for DrawTextArgs
impl StructuralPartialEq for DrawTextArgs
Auto Trait Implementations§
impl Freeze for DrawTextArgs
impl RefUnwindSafe for DrawTextArgs
impl !Send for DrawTextArgs
impl !Sync for DrawTextArgs
impl Unpin for DrawTextArgs
impl UnwindSafe for DrawTextArgs
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