Struct ADSVALUE
#[repr(C)]pub struct ADSVALUE {
pub dwType: ADSTYPE,
pub Anonymous: ADSVALUE_0,
}
Fields§
§dwType: ADSTYPE
§Anonymous: ADSVALUE_0
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ADSVALUE
impl RefUnwindSafe for ADSVALUE
impl !Send for ADSVALUE
impl !Sync for ADSVALUE
impl Unpin for ADSVALUE
impl UnwindSafe for ADSVALUE
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