#[repr(C, align(64))]pub union ffi_trampoline {
pub tramp: [c_char; 32],
pub ftramp: *mut c_void,
}Fields§
§tramp: [c_char; 32]§ftramp: *mut c_voidTrait Implementations§
Source§impl Clone for ffi_trampoline
impl Clone for ffi_trampoline
Source§fn clone(&self) -> ffi_trampoline
fn clone(&self) -> ffi_trampoline
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 moreimpl Copy for ffi_trampoline
Auto Trait Implementations§
impl Freeze for ffi_trampoline
impl RefUnwindSafe for ffi_trampoline
impl !Send for ffi_trampoline
impl !Sync for ffi_trampoline
impl Unpin for ffi_trampoline
impl UnwindSafe for ffi_trampoline
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