pub enum SeqOwnershipViolationKind {
IllegalMutableBorrow,
}Expand description
Cap-R-70 ownership breach inside sequential synthesizable-closure inline.
Distinct from Cap-R-60 SynthesizableClosureViolation (E0143–E0145) and
freeze multi-drive [rhdl::E0140] (AD-4, across processes).
Variants§
IllegalMutableBorrow
Illegal extra mutable borrow / second Reg.d write in the same
sequential process (or documented equivalent) → rhdl::E0146.
Implementations§
Trait Implementations§
Source§impl Clone for SeqOwnershipViolationKind
impl Clone for SeqOwnershipViolationKind
Source§fn clone(&self) -> SeqOwnershipViolationKind
fn clone(&self) -> SeqOwnershipViolationKind
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 SeqOwnershipViolationKind
Source§impl Debug for SeqOwnershipViolationKind
impl Debug for SeqOwnershipViolationKind
impl Eq for SeqOwnershipViolationKind
impl StructuralPartialEq for SeqOwnershipViolationKind
Auto Trait Implementations§
impl Freeze for SeqOwnershipViolationKind
impl RefUnwindSafe for SeqOwnershipViolationKind
impl Send for SeqOwnershipViolationKind
impl Sync for SeqOwnershipViolationKind
impl Unpin for SeqOwnershipViolationKind
impl UnsafeUnpin for SeqOwnershipViolationKind
impl UnwindSafe for SeqOwnershipViolationKind
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