pub struct Graphic {
pub id: GraphicId,
pub offset_x: u16,
pub offset_y: u16,
}Fields§
§id: GraphicId§offset_x: u16§offset_y: u16Trait Implementations§
impl Copy for Graphic
impl Eq for Graphic
impl StructuralPartialEq for Graphic
Auto Trait Implementations§
impl Freeze for Graphic
impl RefUnwindSafe for Graphic
impl Send for Graphic
impl Sync for Graphic
impl Unpin for Graphic
impl UnsafeUnpin for Graphic
impl UnwindSafe for Graphic
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