#[repr(C)]pub struct ContextDatabase { /* private fields */ }
Implementations§
Source§impl ContextDatabase
impl ContextDatabase
pub fn setVariableDefault(self: Pin<&mut Self>, nm: &CxxString, val: u32)
Source§impl ContextDatabase
impl ContextDatabase
pub fn getDefaultValue(&self, nm: &CxxString) -> u32
Source§impl ContextDatabase
impl ContextDatabase
pub fn getVariable(&self, nm: &CxxString, addr: &Address) -> u32
Trait Implementations§
Source§impl ExternType for ContextDatabase
impl ExternType for ContextDatabase
impl UniquePtrTarget for ContextDatabase
Auto Trait Implementations§
impl !Freeze for ContextDatabase
impl RefUnwindSafe for ContextDatabase
impl !Send for ContextDatabase
impl !Sync for ContextDatabase
impl !Unpin for ContextDatabase
impl UnwindSafe for ContextDatabase
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