pub struct ScarletAbi;
Trait Implementations§
Source§impl AbiModule for ScarletAbi
impl AbiModule for ScarletAbi
Source§impl Clone for ScarletAbi
impl Clone for ScarletAbi
Source§fn clone(&self) -> ScarletAbi
fn clone(&self) -> ScarletAbi
Returns a copy of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for ScarletAbi
impl Default for ScarletAbi
Source§fn default() -> ScarletAbi
fn default() -> ScarletAbi
Returns the “default value” for a type. Read more
impl Copy for ScarletAbi
Auto Trait Implementations§
impl Freeze for ScarletAbi
impl RefUnwindSafe for ScarletAbi
impl Send for ScarletAbi
impl Sync for ScarletAbi
impl Unpin for ScarletAbi
impl UnwindSafe for ScarletAbi
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)