[−][src]Struct glsl_layout::umat2x2
Matrix of 2 x 2 unsiged integer values.
Trait Implementations
impl Std140 for umat2x2
[src]
impl AsStd140 for umat2x2
[src][+]
impl Copy for umat2x2
[src]
impl Default for umat2x2
[src][+]
impl Eq for umat2x2
[src]
impl Clone for umat2x2
[src][+]
impl PartialOrd<umat2x2> for umat2x2
[src][+]
impl PartialEq<umat2x2> for umat2x2
[src][+]
impl<T> From<[T; 2]> for umat2x2 where
T: Into<uvec2>,
[src][+]
T: Into<uvec2>,
impl From<[Element<uvec2>; 2]> for umat2x2
[src][+]
impl Ord for umat2x2
[src][+]
impl Hash for umat2x2
[src][+]
impl Debug for umat2x2
[src][+]
Auto Trait Implementations
impl Unpin for umat2x2
impl Sync for umat2x2
impl Send for umat2x2
impl UnwindSafe for umat2x2
impl RefUnwindSafe for umat2x2
Blanket Implementations
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,