Struct pluginResource2
#[repr(C)]pub struct pluginResource2 {
pub resourceV1: pluginResource,
pub pceFileAssocListSize: u32,
pub fileAssocList: *mut pluginResource2FileAssociation,
pub securityDescriptor: PWSTR,
pub pceFolderListSize: u32,
pub folderList: *mut *mut u16,
}
Fields§
§resourceV1: pluginResource
§pceFileAssocListSize: u32
§fileAssocList: *mut pluginResource2FileAssociation
§securityDescriptor: PWSTR
§pceFolderListSize: u32
§folderList: *mut *mut u16
Trait Implementations§
§impl Clone for pluginResource2
impl Clone for pluginResource2
§fn clone(&self) -> pluginResource2
fn clone(&self) -> pluginResource2
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 pluginResource2
Auto Trait Implementations§
impl Freeze for pluginResource2
impl RefUnwindSafe for pluginResource2
impl !Send for pluginResource2
impl !Sync for pluginResource2
impl Unpin for pluginResource2
impl UnwindSafe for pluginResource2
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