pub struct AllClassesReplyClass {
pub ref_type_tag: TypeTag,
pub type_id: VariableLengthId,
pub signature: JdwpString,
pub status: ClassStatus,
}Fields§
§ref_type_tag: TypeTag§type_id: VariableLengthId§signature: JdwpString§status: ClassStatusTrait Implementations§
Source§impl BinRead for AllClassesReplyClass
impl BinRead for AllClassesReplyClass
Source§type Args<'a> = JdwpIdSizes
type Args<'a> = JdwpIdSizes
Source§fn read_options<R: Read + Seek>(
reader: &mut R,
endian: Endian,
args: Self::Args<'_>,
) -> BinResult<Self>
fn read_options<R: Read + Seek>( reader: &mut R, endian: Endian, args: Self::Args<'_>, ) -> BinResult<Self>
Source§fn read_be_args<R>(reader: &mut R, args: Self::Args<'_>) -> Result<Self, Error>
fn read_be_args<R>(reader: &mut R, args: Self::Args<'_>) -> Result<Self, Error>
Read
Self from the reader, assuming big-endian byte order, using the
given arguments. Read moreAuto Trait Implementations§
impl Freeze for AllClassesReplyClass
impl RefUnwindSafe for AllClassesReplyClass
impl Send for AllClassesReplyClass
impl Sync for AllClassesReplyClass
impl Unpin for AllClassesReplyClass
impl UnwindSafe for AllClassesReplyClass
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