pub struct ExecutionLaneReusableExecutionCatalog { /* private fields */ }Implementations§
Source§impl ExecutionLaneReusableExecutionCatalog
impl ExecutionLaneReusableExecutionCatalog
pub const fn epoch(&self) -> u64
pub fn programs(&self) -> &[DeviceReusableExecutionProgram]
pub fn into_parts(self) -> (u64, Vec<DeviceReusableExecutionProgram>)
Trait Implementations§
Source§impl Clone for ExecutionLaneReusableExecutionCatalog
impl Clone for ExecutionLaneReusableExecutionCatalog
Source§fn clone(&self) -> ExecutionLaneReusableExecutionCatalog
fn clone(&self) -> ExecutionLaneReusableExecutionCatalog
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 ExecutionLaneReusableExecutionCatalog
impl RefUnwindSafe for ExecutionLaneReusableExecutionCatalog
impl Send for ExecutionLaneReusableExecutionCatalog
impl Sync for ExecutionLaneReusableExecutionCatalog
impl Unpin for ExecutionLaneReusableExecutionCatalog
impl UnsafeUnpin for ExecutionLaneReusableExecutionCatalog
impl UnwindSafe for ExecutionLaneReusableExecutionCatalog
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