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