Struct rspirv_reflect::PushConstantInfo
source · pub struct PushConstantInfo {
pub offset: u32,
pub size: u32,
}Fields§
§offset: u32§size: u32Trait Implementations§
source§impl Clone for PushConstantInfo
impl Clone for PushConstantInfo
source§fn clone(&self) -> PushConstantInfo
fn clone(&self) -> PushConstantInfo
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for PushConstantInfo
impl Debug for PushConstantInfo
source§impl PartialEq<PushConstantInfo> for PushConstantInfo
impl PartialEq<PushConstantInfo> for PushConstantInfo
source§fn eq(&self, other: &PushConstantInfo) -> bool
fn eq(&self, other: &PushConstantInfo) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for PushConstantInfo
impl Eq for PushConstantInfo
impl StructuralEq for PushConstantInfo
impl StructuralPartialEq for PushConstantInfo
Auto Trait Implementations§
impl RefUnwindSafe for PushConstantInfo
impl Send for PushConstantInfo
impl Sync for PushConstantInfo
impl Unpin for PushConstantInfo
impl UnwindSafe for PushConstantInfo
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