pub struct InstanceVec2(pub TypeId);
Tuple Fields§
§0: TypeId
Implementations§
Source§impl InstanceVec2
impl InstanceVec2
pub fn shader_type(&self) -> String
pub fn instance_type(&self) -> InstanceType
pub fn var_store(&self) -> ShVarStore
Trait Implementations§
Source§impl Clone for InstanceVec2
impl Clone for InstanceVec2
Source§fn clone(&self) -> InstanceVec2
fn clone(&self) -> InstanceVec2
Returns a copy 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 Hash for InstanceVec2
impl Hash for InstanceVec2
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 PartialEq for InstanceVec2
impl PartialEq for InstanceVec2
impl Copy for InstanceVec2
impl StructuralPartialEq for InstanceVec2
Auto Trait Implementations§
impl Freeze for InstanceVec2
impl RefUnwindSafe for InstanceVec2
impl Send for InstanceVec2
impl Sync for InstanceVec2
impl Unpin for InstanceVec2
impl UnwindSafe for InstanceVec2
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