#[repr(C)]pub struct SPNORMALIZATIONLIST {
pub ulSize: ULONG,
pub ppszzNormalizedList: *mut *mut WCHAR,
}
Fields§
§ulSize: ULONG
§ppszzNormalizedList: *mut *mut WCHAR
Trait Implementations§
Source§impl Clone for SPNORMALIZATIONLIST
impl Clone for SPNORMALIZATIONLIST
Source§fn clone(&self) -> SPNORMALIZATIONLIST
fn clone(&self) -> SPNORMALIZATIONLIST
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 moreSource§impl Default for SPNORMALIZATIONLIST
impl Default for SPNORMALIZATIONLIST
Source§fn default() -> SPNORMALIZATIONLIST
fn default() -> SPNORMALIZATIONLIST
Returns the “default value” for a type. Read more
impl Copy for SPNORMALIZATIONLIST
Auto Trait Implementations§
impl Freeze for SPNORMALIZATIONLIST
impl RefUnwindSafe for SPNORMALIZATIONLIST
impl !Send for SPNORMALIZATIONLIST
impl !Sync for SPNORMALIZATIONLIST
impl Unpin for SPNORMALIZATIONLIST
impl UnwindSafe for SPNORMALIZATIONLIST
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