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