pub struct Std430Layout;Trait Implementations§
Source§impl Clone for Std430Layout
impl Clone for Std430Layout
Source§fn clone(&self) -> Std430Layout
fn clone(&self) -> Std430Layout
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for Std430Layout
Source§impl Debug for Std430Layout
impl Debug for Std430Layout
Source§impl GpuLayout for Std430Layout
impl GpuLayout for Std430Layout
fn write_array(buf: &mut GpuBytes<'_, Self>, data: &[impl AsGpuBytes])
Source§fn write(buf: &mut GpuBytes<'_, Self>, data: &impl AsGpuBytes)
fn write(buf: &mut GpuBytes<'_, Self>, data: &impl AsGpuBytes)
default implementation following standard layout rules
fn align_to(buf: &mut GpuBytes<'_, Self>, alignment: usize)
Auto Trait Implementations§
impl Freeze for Std430Layout
impl RefUnwindSafe for Std430Layout
impl Send for Std430Layout
impl Sync for Std430Layout
impl Unpin for Std430Layout
impl UnsafeUnpin for Std430Layout
impl UnwindSafe for Std430Layout
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