pub struct ID3D11FunctionParameterReflection(/* private fields */);Implementations§
Source§impl ID3D11FunctionParameterReflection
impl ID3D11FunctionParameterReflection
pub unsafe fn GetDesc(&self) -> Result<D3D11_PARAMETER_DESC>
Trait Implementations§
Source§impl Clone for ID3D11FunctionParameterReflection
impl Clone for ID3D11FunctionParameterReflection
Source§fn clone(&self) -> ID3D11FunctionParameterReflection
fn clone(&self) -> ID3D11FunctionParameterReflection
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 From<&ID3D11FunctionParameterReflection> for IUnknown
impl From<&ID3D11FunctionParameterReflection> for IUnknown
Source§fn from(value: &ID3D11FunctionParameterReflection) -> Self
fn from(value: &ID3D11FunctionParameterReflection) -> Self
Converts to this type from the input type.
Source§impl From<ID3D11FunctionParameterReflection> for IUnknown
impl From<ID3D11FunctionParameterReflection> for IUnknown
Source§fn from(value: ID3D11FunctionParameterReflection) -> Self
fn from(value: ID3D11FunctionParameterReflection) -> Self
Converts to this type from the input type.
Source§impl Interface for ID3D11FunctionParameterReflection
impl Interface for ID3D11FunctionParameterReflection
Source§impl PartialEq for ID3D11FunctionParameterReflection
impl PartialEq for ID3D11FunctionParameterReflection
Source§fn eq(&self, other: &ID3D11FunctionParameterReflection) -> bool
fn eq(&self, other: &ID3D11FunctionParameterReflection) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for ID3D11FunctionParameterReflection
impl StructuralPartialEq for ID3D11FunctionParameterReflection
Auto Trait Implementations§
impl Freeze for ID3D11FunctionParameterReflection
impl RefUnwindSafe for ID3D11FunctionParameterReflection
impl !Send for ID3D11FunctionParameterReflection
impl !Sync for ID3D11FunctionParameterReflection
impl Unpin for ID3D11FunctionParameterReflection
impl UnwindSafe for ID3D11FunctionParameterReflection
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