pub struct UniqueId(pub TypeId);
Tuple Fields§
§0: TypeId
Trait Implementations§
Source§impl Into<InstanceColor> for UniqueId
impl Into<InstanceColor> for UniqueId
Source§fn into(self) -> InstanceColor
fn into(self) -> InstanceColor
Converts this type into the (usually inferred) input type.
Source§impl Into<InstanceFloat> for UniqueId
impl Into<InstanceFloat> for UniqueId
Source§fn into(self) -> InstanceFloat
fn into(self) -> InstanceFloat
Converts this type into the (usually inferred) input type.
Source§impl Into<InstanceVec2> for UniqueId
impl Into<InstanceVec2> for UniqueId
Source§fn into(self) -> InstanceVec2
fn into(self) -> InstanceVec2
Converts this type into the (usually inferred) input type.
Source§impl Into<InstanceVec3> for UniqueId
impl Into<InstanceVec3> for UniqueId
Source§fn into(self) -> InstanceVec3
fn into(self) -> InstanceVec3
Converts this type into the (usually inferred) input type.
Source§impl Into<InstanceVec4> for UniqueId
impl Into<InstanceVec4> for UniqueId
Source§fn into(self) -> InstanceVec4
fn into(self) -> InstanceVec4
Converts this type into the (usually inferred) input type.
Source§impl Into<TextStyleId> for UniqueId
impl Into<TextStyleId> for UniqueId
Source§fn into(self) -> TextStyleId
fn into(self) -> TextStyleId
Converts this type into the (usually inferred) input type.
Source§impl Into<UniformColor> for UniqueId
impl Into<UniformColor> for UniqueId
Source§fn into(self) -> UniformColor
fn into(self) -> UniformColor
Converts this type into the (usually inferred) input type.
Source§impl Into<UniformFloat> for UniqueId
impl Into<UniformFloat> for UniqueId
Source§fn into(self) -> UniformFloat
fn into(self) -> UniformFloat
Converts this type into the (usually inferred) input type.
Source§impl Into<UniformVec2> for UniqueId
impl Into<UniformVec2> for UniqueId
Source§fn into(self) -> UniformVec2
fn into(self) -> UniformVec2
Converts this type into the (usually inferred) input type.
Source§impl Into<UniformVec3> for UniqueId
impl Into<UniformVec3> for UniqueId
Source§fn into(self) -> UniformVec3
fn into(self) -> UniformVec3
Converts this type into the (usually inferred) input type.
Source§impl Into<UniformVec4> for UniqueId
impl Into<UniformVec4> for UniqueId
Source§fn into(self) -> UniformVec4
fn into(self) -> UniformVec4
Converts this type into the (usually inferred) input type.
Auto Trait Implementations§
impl Freeze for UniqueId
impl RefUnwindSafe for UniqueId
impl Send for UniqueId
impl Sync for UniqueId
impl Unpin for UniqueId
impl UnwindSafe for UniqueId
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