#[repr(C)]pub struct BSIInputDevice {
pub vtable: *const BSIInputDeviceVtbl,
}
Fields§
§vtable: *const BSIInputDeviceVtbl
Implementations§
Trait Implementations§
Source§impl Debug for BSIInputDevice
impl Debug for BSIInputDevice
Source§impl PartialEq for BSIInputDevice
impl PartialEq for BSIInputDevice
impl StructuralPartialEq for BSIInputDevice
Auto Trait Implementations§
impl Freeze for BSIInputDevice
impl RefUnwindSafe for BSIInputDevice
impl !Send for BSIInputDevice
impl !Sync for BSIInputDevice
impl Unpin for BSIInputDevice
impl UnwindSafe for BSIInputDevice
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