pub struct Raw<R: Resources> { /* private fields */ }
Expand description
Untyped buffer
Implementations§
Trait Implementations§
impl<R: Resources + Eq> Eq for Raw<R>
Auto Trait Implementations§
impl<R> !Freeze for Raw<R>
impl<R> !RefUnwindSafe for Raw<R>
impl<R> Send for Raw<R>
impl<R> Sync for Raw<R>
impl<R> Unpin for Raw<R>
impl<R> UnwindSafe for Raw<R>
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