pub struct AllClassesReply {
pub classes: Vec<AllClassesReplyClass>,
}Fields§
§classes: Vec<AllClassesReplyClass>Trait Implementations§
Source§impl BinRead for AllClassesReply
impl BinRead for AllClassesReply
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 AllClassesReply
impl RefUnwindSafe for AllClassesReply
impl Send for AllClassesReply
impl Sync for AllClassesReply
impl Unpin for AllClassesReply
impl UnwindSafe for AllClassesReply
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