#[repr(C)]pub struct b3KeyboardEventsData {
pub m_numKeyboardEvents: c_int,
pub m_keyboardEvents: *mut b3KeyboardEvent,
}Fields§
§m_numKeyboardEvents: c_int§m_keyboardEvents: *mut b3KeyboardEventTrait Implementations§
Source§impl Clone for b3KeyboardEventsData
impl Clone for b3KeyboardEventsData
Source§fn clone(&self) -> b3KeyboardEventsData
fn clone(&self) -> b3KeyboardEventsData
Returns a duplicate 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 b3KeyboardEventsData
impl Debug for b3KeyboardEventsData
Source§impl Default for b3KeyboardEventsData
impl Default for b3KeyboardEventsData
impl Copy for b3KeyboardEventsData
Auto Trait Implementations§
impl Freeze for b3KeyboardEventsData
impl RefUnwindSafe for b3KeyboardEventsData
impl !Send for b3KeyboardEventsData
impl !Sync for b3KeyboardEventsData
impl Unpin for b3KeyboardEventsData
impl UnwindSafe for b3KeyboardEventsData
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