#[repr(C)]pub struct PushConstantBankInfoNV {
pub s_type: StructureType,
pub next: *const c_void,
pub bank: u32,
}Expand description
Fields§
§s_type: StructureType§next: *const c_void§bank: u32Trait Implementations§
Source§impl Clone for PushConstantBankInfoNV
impl Clone for PushConstantBankInfoNV
Source§fn clone(&self) -> PushConstantBankInfoNV
fn clone(&self) -> PushConstantBankInfoNV
Returns a duplicate 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 PushConstantBankInfoNV
impl Debug for PushConstantBankInfoNV
Source§impl Default for PushConstantBankInfoNV
impl Default for PushConstantBankInfoNV
Source§impl Hash for PushConstantBankInfoNV
impl Hash for PushConstantBankInfoNV
Source§impl PartialEq for PushConstantBankInfoNV
impl PartialEq for PushConstantBankInfoNV
impl Copy for PushConstantBankInfoNV
impl Eq for PushConstantBankInfoNV
impl Send for PushConstantBankInfoNV
impl StructuralPartialEq for PushConstantBankInfoNV
impl Sync for PushConstantBankInfoNV
Auto Trait Implementations§
impl Freeze for PushConstantBankInfoNV
impl RefUnwindSafe for PushConstantBankInfoNV
impl Unpin for PushConstantBankInfoNV
impl UnwindSafe for PushConstantBankInfoNV
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