Struct VSC_LPWSTR
#[repr(C)]pub struct VSC_LPWSTR {
pub vsc: u8,
pub pwsz: PWSTR,
}
Fields§
§vsc: u8
§pwsz: PWSTR
Trait Implementations§
§impl Clone for VSC_LPWSTR
impl Clone for VSC_LPWSTR
§fn clone(&self) -> VSC_LPWSTR
fn clone(&self) -> VSC_LPWSTR
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 more§impl Debug for VSC_LPWSTR
impl Debug for VSC_LPWSTR
§impl PartialEq for VSC_LPWSTR
impl PartialEq for VSC_LPWSTR
impl Copy for VSC_LPWSTR
impl StructuralPartialEq for VSC_LPWSTR
Auto Trait Implementations§
impl Freeze for VSC_LPWSTR
impl RefUnwindSafe for VSC_LPWSTR
impl !Send for VSC_LPWSTR
impl !Sync for VSC_LPWSTR
impl Unpin for VSC_LPWSTR
impl UnwindSafe for VSC_LPWSTR
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