#[repr(C)]pub struct PassUniforms { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Clone for PassUniforms
impl Clone for PassUniforms
Source§fn clone(&self) -> PassUniforms
fn clone(&self) -> PassUniforms
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 Default for PassUniforms
impl Default for PassUniforms
Source§fn default() -> PassUniforms
fn default() -> PassUniforms
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for PassUniforms
impl RefUnwindSafe for PassUniforms
impl Send for PassUniforms
impl Sync for PassUniforms
impl Unpin for PassUniforms
impl UnwindSafe for PassUniforms
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