pub struct UniformSet;Expand description
Uniform-set marker.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for UniformSet
impl RefUnwindSafe for UniformSet
impl Send for UniformSet
impl Sync for UniformSet
impl Unpin for UniformSet
impl UnsafeUnpin for UniformSet
impl UnwindSafe for UniformSet
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