pub struct VariableSlot {
pub slot: i32,
pub sig_byte: u8,
}Expand description
Variable slot information for GetValues
Fields§
§slot: i32§sig_byte: u8Trait Implementations§
Source§impl Clone for VariableSlot
impl Clone for VariableSlot
Source§fn clone(&self) -> VariableSlot
fn clone(&self) -> VariableSlot
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for VariableSlot
Auto Trait Implementations§
impl Freeze for VariableSlot
impl RefUnwindSafe for VariableSlot
impl Send for VariableSlot
impl Sync for VariableSlot
impl Unpin for VariableSlot
impl UnsafeUnpin for VariableSlot
impl UnwindSafe for VariableSlot
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