pub struct BaseRRRR {
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 d_type: u32,
pub d_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§d_type: u32§d_hi_id: u32§uniform: u32Implementations§
Trait Implementations§
impl Copy for BaseRRRR
Auto Trait Implementations§
impl Freeze for BaseRRRR
impl RefUnwindSafe for BaseRRRR
impl Send for BaseRRRR
impl Sync for BaseRRRR
impl Unpin for BaseRRRR
impl UnsafeUnpin for BaseRRRR
impl UnwindSafe for BaseRRRR
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