pub struct ParamPtrRow {
pub param: u32,
}Expand description
ParamPtr table row (0x07) - indirection to Param table. Only present in uncompressed (#-) metadata streams.
Fields§
§param: u32Index into the Param table.
Implementations§
Source§impl ParamPtrRow
impl ParamPtrRow
pub fn parse(reader: &mut Reader<'_>, ctx: &TableContext) -> Result<Self>
pub fn write(&self, writer: &mut Writer, ctx: &TableContext)
Trait Implementations§
Source§impl Clone for ParamPtrRow
impl Clone for ParamPtrRow
Source§fn clone(&self) -> ParamPtrRow
fn clone(&self) -> ParamPtrRow
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ParamPtrRow
impl Debug for ParamPtrRow
Source§impl Default for ParamPtrRow
impl Default for ParamPtrRow
Source§fn default() -> ParamPtrRow
fn default() -> ParamPtrRow
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ParamPtrRow
impl RefUnwindSafe for ParamPtrRow
impl Send for ParamPtrRow
impl Sync for ParamPtrRow
impl Unpin for ParamPtrRow
impl UnwindSafe for ParamPtrRow
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