pub struct DrawObjectKey {
pub screen_id: ScreenKey,
pub object_id: ObjectId,
}
Fields§
§screen_id: ScreenKey
§object_id: ObjectId
Trait Implementations§
Source§impl Clone for DrawObjectKey
impl Clone for DrawObjectKey
Source§fn clone(&self) -> DrawObjectKey
fn clone(&self) -> DrawObjectKey
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 DrawObjectKey
impl Debug for DrawObjectKey
Source§impl Hash for DrawObjectKey
impl Hash for DrawObjectKey
Source§impl PartialEq for DrawObjectKey
impl PartialEq for DrawObjectKey
impl Copy for DrawObjectKey
impl Eq for DrawObjectKey
impl StructuralPartialEq for DrawObjectKey
Auto Trait Implementations§
impl Freeze for DrawObjectKey
impl RefUnwindSafe for DrawObjectKey
impl Send for DrawObjectKey
impl Sync for DrawObjectKey
impl Unpin for DrawObjectKey
impl UnwindSafe for DrawObjectKey
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