pub struct ShaderLocationValue(pub ShaderLocation);Tuple Fields§
§0: ShaderLocationTrait Implementations§
Source§impl IsSetShaderLocation for ShaderLocationValue
impl IsSetShaderLocation for ShaderLocationValue
fn get(self) -> ShaderLocation
impl Field for ShaderLocationValue
Auto Trait Implementations§
impl Freeze for ShaderLocationValue
impl RefUnwindSafe for ShaderLocationValue
impl Send for ShaderLocationValue
impl Sync for ShaderLocationValue
impl Unpin for ShaderLocationValue
impl UnwindSafe for ShaderLocationValue
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