Struct D3DDECLMETHOD
#[repr(transparent)]pub struct D3DDECLMETHOD(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
§impl Clone for D3DDECLMETHOD
impl Clone for D3DDECLMETHOD
§fn clone(&self) -> D3DDECLMETHOD
fn clone(&self) -> D3DDECLMETHOD
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 more§impl Debug for D3DDECLMETHOD
impl Debug for D3DDECLMETHOD
§impl Default for D3DDECLMETHOD
impl Default for D3DDECLMETHOD
§fn default() -> D3DDECLMETHOD
fn default() -> D3DDECLMETHOD
Returns the “default value” for a type. Read more
§impl PartialEq for D3DDECLMETHOD
impl PartialEq for D3DDECLMETHOD
impl Copy for D3DDECLMETHOD
impl Eq for D3DDECLMETHOD
impl StructuralPartialEq for D3DDECLMETHOD
Auto Trait Implementations§
impl Freeze for D3DDECLMETHOD
impl RefUnwindSafe for D3DDECLMETHOD
impl Send for D3DDECLMETHOD
impl Sync for D3DDECLMETHOD
impl Unpin for D3DDECLMETHOD
impl UnwindSafe for D3DDECLMETHOD
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