pub struct Cdecl;Expand description
Type-level marker for the cdecl abi.
Trait Implementations§
impl Copy for Cdecl
impl Eq for Cdecl
impl StructuralPartialEq for Cdecl
Auto Trait Implementations§
impl Freeze for Cdecl
impl RefUnwindSafe for Cdecl
impl Send for Cdecl
impl Sync for Cdecl
impl Unpin for Cdecl
impl UnwindSafe for Cdecl
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