pub struct BaseRR {
pub opcode: u32,
pub a_type: u32,
pub a_hi_id: u32,
pub a_shift: u32,
pub b_type: u32,
pub b_hi_id: u32,
pub b_shift: u32,
pub uniform: u32,
}Fields§
§opcode: u32§a_type: u32§a_hi_id: u32§a_shift: u32§b_type: u32§b_hi_id: u32§b_shift: u32§uniform: u32Implementations§
Trait Implementations§
impl Copy for BaseRR
Auto Trait Implementations§
impl Freeze for BaseRR
impl RefUnwindSafe for BaseRR
impl Send for BaseRR
impl Sync for BaseRR
impl Unpin for BaseRR
impl UnsafeUnpin for BaseRR
impl UnwindSafe for BaseRR
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