pub struct ForceFeedbackUpload(/* private fields */);Expand description
Contains data about a force-feedback effect upload or update.
Implementations§
Source§impl ForceFeedbackUpload
impl ForceFeedbackUpload
Sourcepub fn effect_id(&self) -> EffectId
pub fn effect_id(&self) -> EffectId
Returns the EffectId the input system has assigned to this force-feedback effect.
This ID is referenced by force-feedback trigger events and by ForceFeedbackErase
commands, so implementations should store this somewhere.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ForceFeedbackUpload
impl RefUnwindSafe for ForceFeedbackUpload
impl Send for ForceFeedbackUpload
impl Sync for ForceFeedbackUpload
impl Unpin for ForceFeedbackUpload
impl UnwindSafe for ForceFeedbackUpload
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