[−][src]Struct glsl_layout::ivec4
Vector of 4 int
values.
foo: ivec4
is equivalent to glsl's ivec4 foo;
Examples
let x: ivec4 = [1i32; 4].into();
Trait Implementations
impl Std140 for ivec4
[src]
impl AsStd140 for ivec4
[src][+]
impl Clone for ivec4
[src][+]
impl Default for ivec4
[src][+]
impl Ord for ivec4
[src][+]
impl PartialEq<ivec4> for ivec4
[src][+]
impl<T> From<[T; 4]> for ivec4 where
T: Into<int>,
[src][+]
T: Into<int>,
impl AsRef<[i32; 4]> for ivec4
[src][+]
impl AsRef<[i32]> for ivec4
[src][+]
impl AsMut<[i32; 4]> for ivec4
[src][+]
impl AsMut<[i32]> for ivec4
[src][+]
impl Copy for ivec4
[src]
impl Eq for ivec4
[src]
impl PartialOrd<ivec4> for ivec4
[src][+]
impl Hash for ivec4
[src][+]
impl Debug for ivec4
[src][+]
Auto Trait Implementations
impl Send for ivec4
impl Unpin for ivec4
impl Sync for ivec4
impl RefUnwindSafe for ivec4
impl UnwindSafe for ivec4
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> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,