pub enum BlockContent {
Basic {
lower: CodeOffset,
upper: CodeOffset,
},
Dummy,
}
Variants
Basic
Dummy
Trait Implementations
sourceimpl Clone for BlockContent
impl Clone for BlockContent
sourcefn clone(&self) -> BlockContent
fn clone(&self) -> BlockContent
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for BlockContent
impl Debug for BlockContent
impl Copy for BlockContent
Auto Trait Implementations
impl RefUnwindSafe for BlockContent
impl Send for BlockContent
impl Sync for BlockContent
impl Unpin for BlockContent
impl UnwindSafe for BlockContent
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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