Struct classicube_sys::OpenKeyboardArgs
source ·
[−]#[repr(C)]pub struct OpenKeyboardArgs {
pub text: *const cc_string,
pub type_: c_int,
pub placeholder: *const c_char,
}Fields
text: *const cc_stringtype_: c_intplaceholder: *const c_charTrait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for OpenKeyboardArgs
impl !Send for OpenKeyboardArgs
impl !Sync for OpenKeyboardArgs
impl Unpin for OpenKeyboardArgs
impl UnwindSafe for OpenKeyboardArgs
Blanket Implementations
Mutably borrows from an owned value. Read more
