Struct wheel
pub struct wheel;
Trait Implementations§
§impl EventDescriptor for wheel
impl EventDescriptor for wheel
Auto Trait Implementations§
impl Freeze for wheel
impl RefUnwindSafe for wheel
impl Send for wheel
impl Sync for wheel
impl Unpin for wheel
impl UnwindSafe for wheel
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