pub struct BlockRef {
pub id: u32,
}Expand description
A block reference — corresponds to block0, block1, etc.
Fields§
§id: u32Numeric ID for this block
Implementations§
Trait Implementations§
impl Eq for BlockRef
impl StructuralPartialEq for BlockRef
Auto Trait Implementations§
impl Freeze for BlockRef
impl RefUnwindSafe for BlockRef
impl Send for BlockRef
impl Sync for BlockRef
impl Unpin for BlockRef
impl UnsafeUnpin for BlockRef
impl UnwindSafe for BlockRef
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