pub struct UniformDecl {
pub name: String,
pub glsl_type: String,
pub default: String,
}Fields§
§name: String§glsl_type: String§default: StringTrait Implementations§
Source§impl Clone for UniformDecl
impl Clone for UniformDecl
Source§fn clone(&self) -> UniformDecl
fn clone(&self) -> UniformDecl
Returns a duplicate 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 moreAuto Trait Implementations§
impl Freeze for UniformDecl
impl RefUnwindSafe for UniformDecl
impl Send for UniformDecl
impl Sync for UniformDecl
impl Unpin for UniformDecl
impl UnsafeUnpin for UniformDecl
impl UnwindSafe for UniformDecl
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