pub struct ActionLayout {
pub width: usize,
}Expand description
The number of native Workshop actions emitted by a canonical WIR action sequence.
Fields§
§width: usizeThe action count in the canonical native action stream.
Trait Implementations§
Source§impl Clone for ActionLayout
impl Clone for ActionLayout
Source§fn clone(&self) -> ActionLayout
fn clone(&self) -> ActionLayout
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 moreimpl Copy for ActionLayout
Source§impl Debug for ActionLayout
impl Debug for ActionLayout
impl Eq for ActionLayout
Source§impl PartialEq for ActionLayout
impl PartialEq for ActionLayout
impl StructuralPartialEq for ActionLayout
Auto Trait Implementations§
impl Freeze for ActionLayout
impl RefUnwindSafe for ActionLayout
impl Send for ActionLayout
impl Sync for ActionLayout
impl Unpin for ActionLayout
impl UnsafeUnpin for ActionLayout
impl UnwindSafe for ActionLayout
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