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