Struct classicube_sys::OpenKeyboardArgs
source · #[repr(C)]pub struct OpenKeyboardArgs {
pub text: *const cc_string,
pub type_: c_int,
pub placeholder: *const c_char,
pub opaque: cc_bool,
pub multiline: cc_bool,
}Fields§
§text: *const cc_string§type_: c_int§placeholder: *const c_char§opaque: cc_bool§multiline: cc_boolTrait Implementations§
source§impl Clone for OpenKeyboardArgs
impl Clone for OpenKeyboardArgs
source§fn clone(&self) -> OpenKeyboardArgs
fn clone(&self) -> OpenKeyboardArgs
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 OpenKeyboardArgs
impl Debug for OpenKeyboardArgs
source§impl Hash for OpenKeyboardArgs
impl Hash for OpenKeyboardArgs
source§impl PartialEq for OpenKeyboardArgs
impl PartialEq for OpenKeyboardArgs
source§fn eq(&self, other: &OpenKeyboardArgs) -> bool
fn eq(&self, other: &OpenKeyboardArgs) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for OpenKeyboardArgs
impl Eq for OpenKeyboardArgs
impl StructuralPartialEq for OpenKeyboardArgs
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§
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