pub struct Buffer { /* private fields */ }
Available on
gles
only.Trait Implementations§
source§impl DynResource for Buffer
impl DynResource for Buffer
impl DynBuffer for Buffer
impl Send for Buffer
Available on
send_sync
only.impl Sync for Buffer
Available on
send_sync
only.Auto Trait Implementations§
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