pub struct CameraTextureId(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for CameraTextureId
impl Clone for CameraTextureId
Source§fn clone(&self) -> CameraTextureId
fn clone(&self) -> CameraTextureId
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 moreSource§impl Debug for CameraTextureId
impl Debug for CameraTextureId
Source§impl Default for CameraTextureId
impl Default for CameraTextureId
Source§fn default() -> CameraTextureId
fn default() -> CameraTextureId
Returns the “default value” for a type. Read more
Source§impl Hash for CameraTextureId
impl Hash for CameraTextureId
Source§impl PartialEq for CameraTextureId
impl PartialEq for CameraTextureId
Source§fn eq(&self, other: &CameraTextureId) -> bool
fn eq(&self, other: &CameraTextureId) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for CameraTextureId
impl Eq for CameraTextureId
impl StructuralPartialEq for CameraTextureId
Auto Trait Implementations§
impl Freeze for CameraTextureId
impl RefUnwindSafe for CameraTextureId
impl Send for CameraTextureId
impl Sync for CameraTextureId
impl Unpin for CameraTextureId
impl UnsafeUnpin for CameraTextureId
impl UnwindSafe for CameraTextureId
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