pub struct MethodIdItem { /* private fields */ }
Expand description
Method identifier. Android docs
Implementations§
Source§impl MethodIdItem
impl MethodIdItem
Trait Implementations§
Source§impl Debug for MethodIdItem
impl Debug for MethodIdItem
Source§impl PartialEq for MethodIdItem
impl PartialEq for MethodIdItem
Source§impl<'a> TryFromCtx<'a, Endian> for MethodIdItemwhere
MethodIdItem: 'a,
impl<'a> TryFromCtx<'a, Endian> for MethodIdItemwhere
MethodIdItem: 'a,
impl StructuralPartialEq for MethodIdItem
Auto Trait Implementations§
impl Freeze for MethodIdItem
impl RefUnwindSafe for MethodIdItem
impl Send for MethodIdItem
impl Sync for MethodIdItem
impl Unpin for MethodIdItem
impl UnwindSafe for MethodIdItem
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