pub struct BaseRRR {
pub a_type: u32,
pub a_hi_id: u32,
pub b_type: u32,
pub b_hi_id: u32,
pub c_type: u32,
pub c_hi_id: u32,
pub uniform: u32,
/* private fields */
}Fields§
§a_type: u32§a_hi_id: u32§b_type: u32§b_hi_id: u32§c_type: u32§c_hi_id: u32§uniform: u32Implementations§
Trait Implementations§
impl Copy for BaseRRR
Auto Trait Implementations§
impl Freeze for BaseRRR
impl RefUnwindSafe for BaseRRR
impl Send for BaseRRR
impl Sync for BaseRRR
impl Unpin for BaseRRR
impl UnsafeUnpin for BaseRRR
impl UnwindSafe for BaseRRR
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