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