#[repr(C)]pub struct tagDEC {
pub wReserved: USHORT,
pub __bindgen_anon_1: tagDEC__bindgen_ty_1,
pub Hi32: ULONG,
pub __bindgen_anon_2: tagDEC__bindgen_ty_2,
}Fields§
§wReserved: USHORT§__bindgen_anon_1: tagDEC__bindgen_ty_1§Hi32: ULONG§__bindgen_anon_2: tagDEC__bindgen_ty_2Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for tagDEC
impl Send for tagDEC
impl Sync for tagDEC
impl Unpin for tagDEC
impl UnwindSafe for tagDEC
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