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