Struct classicube_sys::OpenKeyboardArgs
source · #[repr(C)]pub struct OpenKeyboardArgs {
pub text: *const cc_string,
pub type_: c_int,
pub yOffset: c_int,
pub placeholder: *const c_char,
pub opaque: cc_bool,
pub multiline: cc_bool,
pub device: *mut InputDevice,
}
Fields§
§text: *const cc_string
§type_: c_int
§yOffset: c_int
§placeholder: *const c_char
§opaque: cc_bool
§multiline: cc_bool
§device: *mut InputDevice
Trait 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 Freeze for OpenKeyboardArgs
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
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
)