#[repr(C)]pub struct jdwpPacket {
pub type_: jdwpPacket__bindgen_ty_1,
}
Fields§
§type_: jdwpPacket__bindgen_ty_1
Trait Implementations§
Source§impl Clone for jdwpPacket
impl Clone for jdwpPacket
Source§fn clone(&self) -> jdwpPacket
fn clone(&self) -> jdwpPacket
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 moreimpl Copy for jdwpPacket
Auto Trait Implementations§
impl Freeze for jdwpPacket
impl RefUnwindSafe for jdwpPacket
impl !Send for jdwpPacket
impl !Sync for jdwpPacket
impl Unpin for jdwpPacket
impl UnwindSafe for jdwpPacket
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