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