pub struct JdwpIdSizes {
pub field_id_size: JdwpIdSize,
pub method_id_size: JdwpIdSize,
pub object_id_size: JdwpIdSize,
pub reference_type_id_size: JdwpIdSize,
pub frame_id_size: JdwpIdSize,
}Fields§
§field_id_size: JdwpIdSize§method_id_size: JdwpIdSize§object_id_size: JdwpIdSize§reference_type_id_size: JdwpIdSize§frame_id_size: JdwpIdSizeTrait Implementations§
Source§impl Clone for JdwpIdSizes
impl Clone for JdwpIdSizes
Source§fn clone(&self) -> JdwpIdSizes
fn clone(&self) -> JdwpIdSizes
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for JdwpIdSizes
impl Debug for JdwpIdSizes
Source§impl PartialEq for JdwpIdSizes
impl PartialEq for JdwpIdSizes
impl Copy for JdwpIdSizes
impl Eq for JdwpIdSizes
impl StructuralPartialEq for JdwpIdSizes
Auto Trait Implementations§
impl Freeze for JdwpIdSizes
impl RefUnwindSafe for JdwpIdSizes
impl Send for JdwpIdSizes
impl Sync for JdwpIdSizes
impl Unpin for JdwpIdSizes
impl UnwindSafe for JdwpIdSizes
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