#[repr(C)]pub struct SDL_HapticDirection {
pub type_: Uint8,
pub dir: [Sint32; 3],
}Fields§
§type_: Uint8§dir: [Sint32; 3]Trait Implementations§
Source§impl Clone for SDL_HapticDirection
impl Clone for SDL_HapticDirection
Source§fn clone(&self) -> SDL_HapticDirection
fn clone(&self) -> SDL_HapticDirection
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 SDL_HapticDirection
impl Debug for SDL_HapticDirection
impl Copy for SDL_HapticDirection
Auto Trait Implementations§
impl Freeze for SDL_HapticDirection
impl RefUnwindSafe for SDL_HapticDirection
impl Send for SDL_HapticDirection
impl Sync for SDL_HapticDirection
impl Unpin for SDL_HapticDirection
impl UnwindSafe for SDL_HapticDirection
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