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