pub struct MouseDecoder {
state: u8,
buf: [u8; 3],
}Fields§
§state: u8§buf: [u8; 3]Implementations§
Source§impl MouseDecoder
impl MouseDecoder
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MouseDecoder
impl RefUnwindSafe for MouseDecoder
impl Send for MouseDecoder
impl Sync for MouseDecoder
impl Unpin for MouseDecoder
impl UnsafeUnpin for MouseDecoder
impl UnwindSafe for MouseDecoder
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