Struct rich_sdl2_rust::event::sensor::SensorSet
source · pub struct SensorSet(/* private fields */);
Expand description
A set of Sensor
, containing other sensors.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for SensorSet
impl !Send for SensorSet
impl !Sync for SensorSet
impl Unpin for SensorSet
impl UnwindSafe for SensorSet
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