pub struct StepEpLayerSpec {
pub layer: usize,
pub devices: Vec<usize>,
}Fields§
§layer: usize§devices: Vec<usize>Trait Implementations§
Source§impl Clone for StepEpLayerSpec
impl Clone for StepEpLayerSpec
Source§fn clone(&self) -> StepEpLayerSpec
fn clone(&self) -> StepEpLayerSpec
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 moreSource§impl Debug for StepEpLayerSpec
impl Debug for StepEpLayerSpec
impl Eq for StepEpLayerSpec
Source§impl PartialEq for StepEpLayerSpec
impl PartialEq for StepEpLayerSpec
impl StructuralPartialEq for StepEpLayerSpec
Auto Trait Implementations§
impl Freeze for StepEpLayerSpec
impl RefUnwindSafe for StepEpLayerSpec
impl Send for StepEpLayerSpec
impl Sync for StepEpLayerSpec
impl Unpin for StepEpLayerSpec
impl UnsafeUnpin for StepEpLayerSpec
impl UnwindSafe for StepEpLayerSpec
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