#[repr(transparent)]pub struct Dart_LibraryTag(pub c_int);
Tuple Fields§
§0: c_int
Trait Implementations§
Source§impl Clone for Dart_LibraryTag
impl Clone for Dart_LibraryTag
Source§fn clone(&self) -> Dart_LibraryTag
fn clone(&self) -> Dart_LibraryTag
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_LibraryTag
impl Debug for Dart_LibraryTag
Source§impl Hash for Dart_LibraryTag
impl Hash for Dart_LibraryTag
Source§impl PartialEq for Dart_LibraryTag
impl PartialEq for Dart_LibraryTag
impl Copy for Dart_LibraryTag
impl Eq for Dart_LibraryTag
impl StructuralPartialEq for Dart_LibraryTag
Auto Trait Implementations§
impl Freeze for Dart_LibraryTag
impl RefUnwindSafe for Dart_LibraryTag
impl Send for Dart_LibraryTag
impl Sync for Dart_LibraryTag
impl Unpin for Dart_LibraryTag
impl UnwindSafe for Dart_LibraryTag
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