pub struct RenderTargetId(/* private fields */);Trait Implementations§
Source§impl Clone for RenderTargetId
impl Clone for RenderTargetId
Source§fn clone(&self) -> RenderTargetId
fn clone(&self) -> RenderTargetId
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 RenderTargetId
impl Debug for RenderTargetId
Source§impl Default for RenderTargetId
impl Default for RenderTargetId
Source§fn default() -> RenderTargetId
fn default() -> RenderTargetId
Returns the “default value” for a type. Read more
Source§impl From<KeyData> for RenderTargetId
impl From<KeyData> for RenderTargetId
Source§impl Hash for RenderTargetId
impl Hash for RenderTargetId
Source§impl Key for RenderTargetId
impl Key for RenderTargetId
Source§fn null() -> Self
fn null() -> Self
Creates a new key that is always invalid and distinct from any non-null
key. A null key can only be created through this method (or default
initialization of keys made with
new_key_type!, which calls this
method). Read moreSource§impl Ord for RenderTargetId
impl Ord for RenderTargetId
Source§fn cmp(&self, other: &RenderTargetId) -> Ordering
fn cmp(&self, other: &RenderTargetId) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for RenderTargetId
impl PartialEq for RenderTargetId
Source§impl PartialOrd for RenderTargetId
impl PartialOrd for RenderTargetId
impl Copy for RenderTargetId
impl Eq for RenderTargetId
impl StructuralPartialEq for RenderTargetId
Auto Trait Implementations§
impl Freeze for RenderTargetId
impl RefUnwindSafe for RenderTargetId
impl Send for RenderTargetId
impl Sync for RenderTargetId
impl Unpin for RenderTargetId
impl UnsafeUnpin for RenderTargetId
impl UnwindSafe for RenderTargetId
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