pub struct SoftGpuExecutable {
pub frozen: bool,
pub symbols: Vec<ExecutableSymbol>,
}Expand description
SoftGPU executable (unfrozen → load → freeze).
Fields§
§frozen: bool§symbols: Vec<ExecutableSymbol>Trait Implementations§
Source§impl Clone for SoftGpuExecutable
impl Clone for SoftGpuExecutable
Source§fn clone(&self) -> SoftGpuExecutable
fn clone(&self) -> SoftGpuExecutable
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for SoftGpuExecutable
impl RefUnwindSafe for SoftGpuExecutable
impl Send for SoftGpuExecutable
impl Sync for SoftGpuExecutable
impl Unpin for SoftGpuExecutable
impl UnsafeUnpin for SoftGpuExecutable
impl UnwindSafe for SoftGpuExecutable
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