#[repr(C)]pub struct tagPROPSPEC {
pub ulKind: ULONG,
pub __bindgen_anon_1: tagPROPSPEC__bindgen_ty_1,
}
Fields§
§ulKind: ULONG
§__bindgen_anon_1: tagPROPSPEC__bindgen_ty_1
Trait Implementations§
Source§impl Clone for tagPROPSPEC
impl Clone for tagPROPSPEC
Source§fn clone(&self) -> tagPROPSPEC
fn clone(&self) -> tagPROPSPEC
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 moreimpl Copy for tagPROPSPEC
Auto Trait Implementations§
impl Freeze for tagPROPSPEC
impl RefUnwindSafe for tagPROPSPEC
impl !Send for tagPROPSPEC
impl !Sync for tagPROPSPEC
impl Unpin for tagPROPSPEC
impl UnwindSafe for tagPROPSPEC
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