pub struct ProtoIdItem { /* private fields */ }Expand description
Method Prototypes. Android docs
Implementations§
Source§impl ProtoIdItem
impl ProtoIdItem
Sourcepub fn shorty(&self) -> StringId
pub fn shorty(&self) -> StringId
Index into the string_ids list for the short-form descriptor string of this prototype
Sourcepub fn return_type(&self) -> TypeId
pub fn return_type(&self) -> TypeId
Index into the type_ids list for the return type of this prototype.
Sourcepub fn params_off(&self) -> uint
pub fn params_off(&self) -> uint
Offset from the start of the file to the list of parameter types for this prototype, or 0
if this prototype has no params. The data at the location should be a list of types.
Trait Implementations§
Source§impl Debug for ProtoIdItem
impl Debug for ProtoIdItem
Source§impl PartialEq for ProtoIdItem
impl PartialEq for ProtoIdItem
Source§impl<'a> TryFromCtx<'a, Endian> for ProtoIdItemwhere
ProtoIdItem: 'a,
impl<'a> TryFromCtx<'a, Endian> for ProtoIdItemwhere
ProtoIdItem: 'a,
impl StructuralPartialEq for ProtoIdItem
Auto Trait Implementations§
impl Freeze for ProtoIdItem
impl RefUnwindSafe for ProtoIdItem
impl Send for ProtoIdItem
impl Sync for ProtoIdItem
impl Unpin for ProtoIdItem
impl UnwindSafe for ProtoIdItem
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