#[repr(C)]pub struct BindPipelineIndirectCommandNV {
pub pipeline_address: DeviceAddress,
}Expand description
Fields§
§pipeline_address: DeviceAddressImplementations§
Source§impl BindPipelineIndirectCommandNV
impl BindPipelineIndirectCommandNV
pub fn pipeline_address(self, value: DeviceAddress) -> Self
Trait Implementations§
Source§impl Clone for BindPipelineIndirectCommandNV
impl Clone for BindPipelineIndirectCommandNV
Source§fn clone(&self) -> BindPipelineIndirectCommandNV
fn clone(&self) -> BindPipelineIndirectCommandNV
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 BindPipelineIndirectCommandNV
Source§impl Default for BindPipelineIndirectCommandNV
Available on crate feature ext_device_generated_commands_compute only.
impl Default for BindPipelineIndirectCommandNV
Available on crate feature
ext_device_generated_commands_compute only.impl Send for BindPipelineIndirectCommandNV
Available on crate feature
ext_device_generated_commands_compute only.impl Sync for BindPipelineIndirectCommandNV
Available on crate feature
ext_device_generated_commands_compute only.Auto Trait Implementations§
impl Freeze for BindPipelineIndirectCommandNV
impl RefUnwindSafe for BindPipelineIndirectCommandNV
impl Unpin for BindPipelineIndirectCommandNV
impl UnsafeUnpin for BindPipelineIndirectCommandNV
impl UnwindSafe for BindPipelineIndirectCommandNV
Blanket Implementations§
impl<T> Alias<T> for T
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