pub struct ActionLayout {
pub width: usize,
}Expand description
The number of native Workshop actions emitted by a canonical Program action sequence.
Fields§
§width: usizeThe action count in the canonical native action stream.
Trait Implementations§
Source§impl Clone for ActionLayout
impl Clone for ActionLayout
impl 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