#[repr(C, align(16))]pub struct ivec4(pub i32, pub i32, pub i32, pub i32);Tuple Fields§
§0: i32§1: i32§2: i32§3: i32Implementations§
Trait Implementations§
impl Copy for ivec4
impl ReprStd140 for ivec4
impl Std140ArrayElement for ivec4
impl StructuralPartialEq for ivec4
Auto Trait Implementations§
impl Freeze for ivec4
impl RefUnwindSafe for ivec4
impl Send for ivec4
impl Sync for ivec4
impl Unpin for ivec4
impl UnwindSafe for ivec4
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