Struct msfs::legacy::NamedVariable
source · pub struct NamedVariable(/* private fields */);
Expand description
register_named_variable set_named_variable_typed_value get_named_variable_value set_named_variable_value
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NamedVariable
impl RefUnwindSafe for NamedVariable
impl Send for NamedVariable
impl Sync for NamedVariable
impl Unpin for NamedVariable
impl UnwindSafe for NamedVariable
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