#[repr(C)]pub struct HostFunctionDefinitions {
pub fbHostFunctionDetailsSize: u64,
pub fbHostFunctionDetails: *mut c_void,
}Fields§
§fbHostFunctionDetailsSize: u64§fbHostFunctionDetails: *mut c_voidAuto Trait Implementations§
impl Freeze for HostFunctionDefinitions
impl RefUnwindSafe for HostFunctionDefinitions
impl !Send for HostFunctionDefinitions
impl !Sync for HostFunctionDefinitions
impl Unpin for HostFunctionDefinitions
impl UnwindSafe for HostFunctionDefinitions
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