pub struct ProtoId {
pub shorty_idx: U32BasedSize,
pub return_type_idx: U32BasedSize,
pub parameters_off: DUInt,
}
Fields§
§shorty_idx: U32BasedSize
§return_type_idx: U32BasedSize
§parameters_off: DUInt
TypeList, offset from the start of the file, 0 if no parameters
Trait Implementations§
impl Copy for ProtoId
impl Eq for ProtoId
impl StructuralPartialEq for ProtoId
Auto Trait Implementations§
impl Freeze for ProtoId
impl RefUnwindSafe for ProtoId
impl Send for ProtoId
impl Sync for ProtoId
impl Unpin for ProtoId
impl UnwindSafe for ProtoId
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