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