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