pub struct Renderable {
pub x: usize,
pub lane_id: Option<LaneId>,
pub cell: TrackCell,
}Fields§
§x: usize§lane_id: Option<LaneId>§cell: TrackCellTrait Implementations§
Source§impl Clone for Renderable
impl Clone for Renderable
Source§fn clone(&self) -> Renderable
fn clone(&self) -> Renderable
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for Renderable
impl Debug for Renderable
Source§impl PartialEq for Renderable
impl PartialEq for Renderable
impl Copy for Renderable
impl Eq for Renderable
impl StructuralPartialEq for Renderable
Auto Trait Implementations§
impl Freeze for Renderable
impl RefUnwindSafe for Renderable
impl Send for Renderable
impl Sync for Renderable
impl Unpin for Renderable
impl UnwindSafe for Renderable
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