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_stringfont: *mut FontDescuseShadow: cc_boolTrait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
