pub struct BaseMinMax {
pub register_op: u32,
pub immediate_op: u32,
}Fields§
§register_op: u32§immediate_op: u32Implementations§
Trait Implementations§
Source§impl Clone for BaseMinMax
impl Clone for BaseMinMax
Source§fn clone(&self) -> BaseMinMax
fn clone(&self) -> BaseMinMax
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 BaseMinMax
impl Debug for BaseMinMax
Source§impl Default for BaseMinMax
impl Default for BaseMinMax
Source§fn default() -> BaseMinMax
fn default() -> BaseMinMax
Returns the “default value” for a type. Read more
impl Copy for BaseMinMax
Auto Trait Implementations§
impl Freeze for BaseMinMax
impl RefUnwindSafe for BaseMinMax
impl Send for BaseMinMax
impl Sync for BaseMinMax
impl Unpin for BaseMinMax
impl UnsafeUnpin for BaseMinMax
impl UnwindSafe for BaseMinMax
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