pub struct GaspTable { /* private fields */ }Implementations§
Source§impl GaspTable
impl GaspTable
pub fn version(&self) -> u16
pub fn num_ranges(&self) -> u16
pub fn range_records(&self) -> &[GaspRangeRecord]
Auto Trait Implementations§
impl Freeze for GaspTable
impl RefUnwindSafe for GaspTable
impl Send for GaspTable
impl Sync for GaspTable
impl Unpin for GaspTable
impl UnsafeUnpin for GaspTable
impl UnwindSafe for GaspTable
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