#[repr(C)]pub struct HlslVertexAttributeRemap {
pub location: u32,
pub semantic: *const c_char,
}Fields§
§location: u32§semantic: *const c_charTrait Implementations§
source§impl Clone for HlslVertexAttributeRemap
impl Clone for HlslVertexAttributeRemap
source§fn clone(&self) -> HlslVertexAttributeRemap
fn clone(&self) -> HlslVertexAttributeRemap
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 HlslVertexAttributeRemap
impl Debug for HlslVertexAttributeRemap
source§impl Hash for HlslVertexAttributeRemap
impl Hash for HlslVertexAttributeRemap
source§impl PartialEq for HlslVertexAttributeRemap
impl PartialEq for HlslVertexAttributeRemap
impl Copy for HlslVertexAttributeRemap
impl Eq for HlslVertexAttributeRemap
impl StructuralPartialEq for HlslVertexAttributeRemap
Auto Trait Implementations§
impl Freeze for HlslVertexAttributeRemap
impl RefUnwindSafe for HlslVertexAttributeRemap
impl !Send for HlslVertexAttributeRemap
impl !Sync for HlslVertexAttributeRemap
impl Unpin for HlslVertexAttributeRemap
impl UnwindSafe for HlslVertexAttributeRemap
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)