#[repr(C)]pub struct SHELL_ITEM_RESOURCE {
pub guidType: Guid,
pub szName: [u16; 260],
}Fields§
§guidType: Guid§szName: [u16; 260]Trait Implementations§
Source§impl Abi for SHELL_ITEM_RESOURCE
impl Abi for SHELL_ITEM_RESOURCE
Source§type Abi = SHELL_ITEM_RESOURCE
type Abi = SHELL_ITEM_RESOURCE
The abi representation of the implementing type. Read more
type DefaultType = SHELL_ITEM_RESOURCE
Source§fn ok(value: &Self::DefaultType) -> Result<Self, Error>
fn ok(value: &Self::DefaultType) -> Result<Self, Error>
Converts from
Self::DefaultType to Result<T>.Source§fn set_abi(&mut self) -> *mut Self::Abi
fn set_abi(&mut self) -> *mut Self::Abi
Returns a pointer for setting the object’s value via an ABI call.
fn drop_param(_: &mut Param<'_, Self>)
Source§impl Clone for SHELL_ITEM_RESOURCE
impl Clone for SHELL_ITEM_RESOURCE
Source§fn clone(&self) -> SHELL_ITEM_RESOURCE
fn clone(&self) -> SHELL_ITEM_RESOURCE
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 Debug for SHELL_ITEM_RESOURCE
impl Debug for SHELL_ITEM_RESOURCE
Source§impl Default for SHELL_ITEM_RESOURCE
impl Default for SHELL_ITEM_RESOURCE
Source§impl PartialEq for SHELL_ITEM_RESOURCE
impl PartialEq for SHELL_ITEM_RESOURCE
impl Copy for SHELL_ITEM_RESOURCE
impl Eq for SHELL_ITEM_RESOURCE
Auto Trait Implementations§
impl Freeze for SHELL_ITEM_RESOURCE
impl RefUnwindSafe for SHELL_ITEM_RESOURCE
impl Send for SHELL_ITEM_RESOURCE
impl Sync for SHELL_ITEM_RESOURCE
impl Unpin for SHELL_ITEM_RESOURCE
impl UnwindSafe for SHELL_ITEM_RESOURCE
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