#[repr(C)]pub struct SimulateTabApi {
pub update_settings: Option<unsafe extern "C" fn(inst: *mut TabO, settings: *const SimulateTabSettingsT)>,
}Fields§
§update_settings: Option<unsafe extern "C" fn(inst: *mut TabO, settings: *const SimulateTabSettingsT)>Implementations§
Source§impl SimulateTabApi
impl SimulateTabApi
pub unsafe fn update_settings( &self, inst: *mut TabO, settings: *const SimulateTabSettingsT, )
Trait Implementations§
Source§impl Clone for SimulateTabApi
impl Clone for SimulateTabApi
Source§fn clone(&self) -> SimulateTabApi
fn clone(&self) -> SimulateTabApi
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 moreSource§impl Default for SimulateTabApi
impl Default for SimulateTabApi
Source§fn default() -> SimulateTabApi
fn default() -> SimulateTabApi
Returns the “default value” for a type. Read more
impl Copy for SimulateTabApi
Auto Trait Implementations§
impl Freeze for SimulateTabApi
impl RefUnwindSafe for SimulateTabApi
impl Send for SimulateTabApi
impl Sync for SimulateTabApi
impl Unpin for SimulateTabApi
impl UnwindSafe for SimulateTabApi
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