pub struct TextureRef(pub u32);Tuple Fields§
§0: u32Trait Implementations§
Source§impl Clone for TextureRef
impl Clone for TextureRef
Source§fn clone(&self) -> TextureRef
fn clone(&self) -> TextureRef
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 TextureRef
Source§impl Debug for TextureRef
impl Debug for TextureRef
impl Eq for TextureRef
Source§impl Hash for TextureRef
impl Hash for TextureRef
Source§impl PartialEq for TextureRef
impl PartialEq for TextureRef
Source§fn eq(&self, other: &TextureRef) -> bool
fn eq(&self, other: &TextureRef) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for TextureRef
Auto Trait Implementations§
impl Freeze for TextureRef
impl RefUnwindSafe for TextureRef
impl Send for TextureRef
impl Sync for TextureRef
impl Unpin for TextureRef
impl UnsafeUnpin for TextureRef
impl UnwindSafe for TextureRef
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