Struct calyx_utils::GlobalPositionTable
source · [−]pub struct GlobalPositionTable;
Expand description
The global position table
Implementations
sourceimpl GlobalPositionTable
impl GlobalPositionTable
sourcepub fn as_mut() -> &'static mut PositionTable
pub fn as_mut() -> &'static mut PositionTable
Return reference to a global PositionTable
sourcepub fn as_ref() -> &'static PositionTable
pub fn as_ref() -> &'static PositionTable
Return an immutable reference to the global position table
Auto Trait Implementations
impl RefUnwindSafe for GlobalPositionTable
impl Send for GlobalPositionTable
impl Sync for GlobalPositionTable
impl Unpin for GlobalPositionTable
impl UnwindSafe for GlobalPositionTable
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