[−][src]Struct glsl_layout::Element
Aligning wrapper. Elements for array are aligned to 16 bytes (size of vec4) at least.
Trait Implementations
impl<T> From<T> for Element<T> where
T: AsStd140,
[src]
T: AsStd140,
impl<T: Ord + AsStd140> Ord for Element<T> where
T::Align: Ord,
[src]
T::Align: Ord,
fn cmp(&self, other: &Element<T>) -> Ordering
[src]
fn max(self, other: Self) -> Self
1.21.0[src]
Compares and returns the maximum of two values. Read more
fn min(self, other: Self) -> Self
1.21.0[src]
Compares and returns the minimum of two values. Read more
fn clamp(self, min: Self, max: Self) -> Self
[src]
🔬 This is a nightly-only experimental API. (
clamp
)Restrict a value to a certain interval. Read more
impl<T: PartialOrd + AsStd140> PartialOrd<Element<T>> for Element<T> where
T::Align: PartialOrd,
[src]
T::Align: PartialOrd,
fn partial_cmp(&self, other: &Element<T>) -> Option<Ordering>
[src]
fn lt(&self, other: &Element<T>) -> bool
[src]
fn le(&self, other: &Element<T>) -> bool
[src]
fn gt(&self, other: &Element<T>) -> bool
[src]
fn ge(&self, other: &Element<T>) -> bool
[src]
impl<T: Default + AsStd140> Default for Element<T> where
T::Align: Default,
[src]
T::Align: Default,
impl<T: Clone + AsStd140> Clone for Element<T> where
T::Align: Clone,
[src]
T::Align: Clone,
fn clone(&self) -> Element<T>
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more
impl<T: PartialEq + AsStd140> PartialEq<Element<T>> for Element<T> where
T::Align: PartialEq,
[src]
T::Align: PartialEq,
impl<T: Eq + AsStd140> Eq for Element<T> where
T::Align: Eq,
[src]
T::Align: Eq,
impl<T> AsMut<T> for Element<T> where
T: AsStd140,
[src]
T: AsStd140,
impl<T: Copy + AsStd140> Copy for Element<T> where
T::Align: Copy,
[src]
T::Align: Copy,
impl<T> AsRef<T> for Element<T> where
T: AsStd140,
[src]
T: AsStd140,
impl<T: Debug + AsStd140> Debug for Element<T> where
T::Align: Debug,
[src]
T::Align: Debug,
impl<T: Hash + AsStd140> Hash for Element<T> where
T::Align: Hash,
[src]
T::Align: Hash,
Auto Trait Implementations
impl<T> Unpin for Element<T> where
T: Unpin,
<T as AsStd140>::Align: Unpin,
T: Unpin,
<T as AsStd140>::Align: Unpin,
impl<T> Send for Element<T> where
T: Send,
<T as AsStd140>::Align: Send,
T: Send,
<T as AsStd140>::Align: Send,
impl<T> Sync for Element<T> where
T: Sync,
<T as AsStd140>::Align: Sync,
T: Sync,
<T as AsStd140>::Align: Sync,
impl<T> RefUnwindSafe for Element<T> where
T: RefUnwindSafe,
<T as AsStd140>::Align: RefUnwindSafe,
T: RefUnwindSafe,
<T as AsStd140>::Align: RefUnwindSafe,
impl<T> UnwindSafe for Element<T> where
T: UnwindSafe,
<T as AsStd140>::Align: UnwindSafe,
T: UnwindSafe,
<T as AsStd140>::Align: UnwindSafe,
Blanket Implementations
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T
[src]
fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
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,