pub struct UniforBuffer {
pub id: u32,
pub slot: u32,
}
Expand description
A abstract representation of a dynamic uniform buffer
Fields§
§id: u32
§slot: u32
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for UniforBuffer
impl RefUnwindSafe for UniforBuffer
impl Send for UniforBuffer
impl Sync for UniforBuffer
impl Unpin for UniforBuffer
impl UnwindSafe for UniforBuffer
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