#[repr(C)]pub struct Program<'a, 'f> { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl<'a, 'f> ExternType for Program<'a, 'f>
impl<'a, 'f> ExternType for Program<'a, 'f>
impl<'a, 'f> Send for Program<'a, 'f>
impl<'a, 'f> Sync for Program<'a, 'f>
impl<'a, 'f> UniquePtrTarget for Program<'a, 'f>
Auto Trait Implementations§
impl<'a, 'f> !Freeze for Program<'a, 'f>
impl<'a, 'f> RefUnwindSafe for Program<'a, 'f>
impl<'a, 'f> !Unpin for Program<'a, 'f>
impl<'a, 'f> UnwindSafe for Program<'a, 'f>
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