Struct microsoft_dia::CV_HLSLREG_e
[−]#[repr(transparent)]pub struct CV_HLSLREG_e(pub i32);Tuple Fields
0: i32Trait Implementations
impl Clone for CV_HLSLREG_e
impl Clone for CV_HLSLREG_e
impl Debug for CV_HLSLREG_e
impl Debug for CV_HLSLREG_e
impl Default for CV_HLSLREG_e
impl Default for CV_HLSLREG_e
impl PartialEq<CV_HLSLREG_e> for CV_HLSLREG_e
impl PartialEq<CV_HLSLREG_e> for CV_HLSLREG_e
fn eq(&self, other: &CV_HLSLREG_e) -> bool
fn eq(&self, other: &CV_HLSLREG_e) -> bool
impl Copy for CV_HLSLREG_e
impl Eq for CV_HLSLREG_e
impl StructuralEq for CV_HLSLREG_e
impl StructuralPartialEq for CV_HLSLREG_e
Auto Trait Implementations
impl RefUnwindSafe for CV_HLSLREG_e
impl Send for CV_HLSLREG_e
impl Sync for CV_HLSLREG_e
impl Unpin for CV_HLSLREG_e
impl UnwindSafe for CV_HLSLREG_e
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more