pub struct SaveVariable { /* private fields */ }Implementations§
Source§impl SaveVariable
impl SaveVariable
pub fn source_variable(&self) -> u32
pub fn source_variable_mut(&mut self) -> &mut u32
pub fn save_number(&self) -> u32
pub fn save_number_mut(&mut self) -> &mut u32
pub fn target_variable(&self) -> u32
pub fn target_variable_mut(&mut self) -> &mut u32
pub fn source_is_pointer(&self) -> bool
pub fn source_is_pointer_mut(&mut self) -> &mut bool
Trait Implementations§
Source§impl Clone for SaveVariable
impl Clone for SaveVariable
Source§fn clone(&self) -> SaveVariable
fn clone(&self) -> SaveVariable
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 PartialEq for SaveVariable
impl PartialEq for SaveVariable
impl StructuralPartialEq for SaveVariable
Auto Trait Implementations§
impl Freeze for SaveVariable
impl RefUnwindSafe for SaveVariable
impl Send for SaveVariable
impl Sync for SaveVariable
impl Unpin for SaveVariable
impl UnwindSafe for SaveVariable
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