#[repr(C)]pub struct CoglPipeline(/* private fields */);
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CoglPipeline
impl RefUnwindSafe for CoglPipeline
impl Send for CoglPipeline
impl Sync for CoglPipeline
impl Unpin for CoglPipeline
impl UnwindSafe for CoglPipeline
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