pub struct RenderObjectId {
pub domain: ProfileDomain,
pub value: u64,
}Fields§
§domain: ProfileDomain§value: u64Implementations§
Source§impl RenderObjectId
impl RenderObjectId
pub const fn new(domain: ProfileDomain, value: u64) -> Self
Trait Implementations§
Source§impl Clone for RenderObjectId
impl Clone for RenderObjectId
Source§fn clone(&self) -> RenderObjectId
fn clone(&self) -> RenderObjectId
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for RenderObjectId
Source§impl Debug for RenderObjectId
impl Debug for RenderObjectId
impl Eq for RenderObjectId
Source§impl Hash for RenderObjectId
impl Hash for RenderObjectId
Source§impl PartialEq for RenderObjectId
impl PartialEq for RenderObjectId
impl StructuralPartialEq for RenderObjectId
Auto Trait Implementations§
impl Freeze for RenderObjectId
impl RefUnwindSafe for RenderObjectId
impl Send for RenderObjectId
impl Sync for RenderObjectId
impl Unpin for RenderObjectId
impl UnsafeUnpin for RenderObjectId
impl UnwindSafe for RenderObjectId
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