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