#[repr(C)]pub struct RumbleInterface {
pub set_rumble_state: SetRumbleStateFn,
}
Fields§
§set_rumble_state: SetRumbleStateFn
Trait Implementations§
Source§impl Clone for RumbleInterface
impl Clone for RumbleInterface
Source§fn clone(&self) -> RumbleInterface
fn clone(&self) -> RumbleInterface
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 moreAuto Trait Implementations§
impl Freeze for RumbleInterface
impl RefUnwindSafe for RumbleInterface
impl Send for RumbleInterface
impl Sync for RumbleInterface
impl Unpin for RumbleInterface
impl UnwindSafe for RumbleInterface
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