pub enum BlockKind {
Box,
Connector,
Both,
None,
}Expand description
Categorizes blocks to visible and invisible. We use this enum to tell the passes which blocks they are allowed to touch.
Variants
Box
Connector
Both
None
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for BlockKind
impl Send for BlockKind
impl Sync for BlockKind
impl Unpin for BlockKind
impl UnwindSafe for BlockKind
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more