pub struct PixelDef {
pub channels: Vec<(usize, usize)>,
pub scancode: Option<usize>,
}
Fields§
§channels: Vec<(usize, usize)>
§scancode: Option<usize>
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PixelDef
impl RefUnwindSafe for PixelDef
impl Send for PixelDef
impl Sync for PixelDef
impl Unpin for PixelDef
impl UnwindSafe for PixelDef
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