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