#[repr(C)]pub struct TVMFFIObject {
pub combined_ref_count: AtomicU64,
pub type_index: i32,
pub __padding: u32,
pub deleter: Option<TVMFFIObjectDeleter>,
}
Fields§
§combined_ref_count: AtomicU64
§type_index: i32
§__padding: u32
§deleter: Option<TVMFFIObjectDeleter>
Implementations§
Source§impl TVMFFIObject
impl TVMFFIObject
Auto Trait Implementations§
impl !Freeze for TVMFFIObject
impl RefUnwindSafe for TVMFFIObject
impl Send for TVMFFIObject
impl Sync for TVMFFIObject
impl Unpin for TVMFFIObject
impl UnwindSafe for TVMFFIObject
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