#[repr(C)]pub struct Dart_PortEx {
pub port_id: i64,
pub origin_id: i64,
}Fields§
§port_id: i64§origin_id: i64Trait Implementations§
Source§impl Clone for Dart_PortEx
impl Clone for Dart_PortEx
Source§fn clone(&self) -> Dart_PortEx
fn clone(&self) -> Dart_PortEx
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 Dart_PortEx
impl Debug for Dart_PortEx
impl Copy for Dart_PortEx
Auto Trait Implementations§
impl Freeze for Dart_PortEx
impl RefUnwindSafe for Dart_PortEx
impl Send for Dart_PortEx
impl Sync for Dart_PortEx
impl Unpin for Dart_PortEx
impl UnwindSafe for Dart_PortEx
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