pub struct PoolConstant {
pub address: u32,
pub value: u32,
}Fields§
§address: u32§value: u32Auto Trait Implementations§
impl Freeze for PoolConstant
impl RefUnwindSafe for PoolConstant
impl Send for PoolConstant
impl Sync for PoolConstant
impl Unpin for PoolConstant
impl UnwindSafe for PoolConstant
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