pub struct Rust;Expand description
Marker type representing the Rust calling convention.
Note that since Rust has no stable ABI, it may change across compiler versions. Although unlikely, it is even allowed to change between compiler invocations. Do not rely on “Rust” bare functions from different binaries to be ABI compatible.
Trait Implementations§
impl Copy for Rust
Auto Trait Implementations§
impl Freeze for Rust
impl RefUnwindSafe for Rust
impl Send for Rust
impl Sync for Rust
impl Unpin for Rust
impl UnwindSafe for Rust
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