#[repr(C)]pub struct pvalueW {
pub pv_valuename: LPWSTR,
pub pv_valuelen: c_int,
pub pv_value_context: LPVOID,
pub pv_type: DWORD,
}Fields§
§pv_valuename: LPWSTR§pv_valuelen: c_int§pv_value_context: LPVOID§pv_type: DWORDTrait Implementations§
Auto Trait Implementations§
impl Freeze for pvalueW
impl RefUnwindSafe for pvalueW
impl !Send for pvalueW
impl !Sync for pvalueW
impl Unpin for pvalueW
impl UnsafeUnpin for pvalueW
impl UnwindSafe for pvalueW
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more