pub struct SBCommandInterpreter {
pub raw: SBCommandInterpreterRef,
}Fields§
§raw: SBCommandInterpreterRefThe underlying raw SBCommandInterpreterRef.
Trait Implementations§
Source§impl Clone for SBCommandInterpreter
impl Clone for SBCommandInterpreter
Source§fn clone(&self) -> SBCommandInterpreter
fn clone(&self) -> SBCommandInterpreter
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 Debug for SBCommandInterpreter
impl Debug for SBCommandInterpreter
Source§impl Drop for SBCommandInterpreter
impl Drop for SBCommandInterpreter
impl Send for SBCommandInterpreter
impl Sync for SBCommandInterpreter
Auto Trait Implementations§
impl Freeze for SBCommandInterpreter
impl RefUnwindSafe for SBCommandInterpreter
impl Unpin for SBCommandInterpreter
impl UnwindSafe for SBCommandInterpreter
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