#[repr(C)]pub struct DIFILEEFFECT {
pub dwSize: u32,
pub GuidEffect: Guid,
pub lpDiEffect: *mut DIEFFECT,
pub szFriendlyName: [CHAR; 260],
}
Fields§
§dwSize: u32
§GuidEffect: Guid
§lpDiEffect: *mut DIEFFECT
§szFriendlyName: [CHAR; 260]
Trait Implementations§
Source§impl Abi for DIFILEEFFECT
impl Abi for DIFILEEFFECT
Source§type Abi = DIFILEEFFECT
type Abi = DIFILEEFFECT
The abi representation of the implementing type. Read more
type DefaultType = DIFILEEFFECT
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 DIFILEEFFECT
impl Clone for DIFILEEFFECT
Source§fn clone(&self) -> DIFILEEFFECT
fn clone(&self) -> DIFILEEFFECT
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 DIFILEEFFECT
impl Debug for DIFILEEFFECT
Source§impl Default for DIFILEEFFECT
impl Default for DIFILEEFFECT
Source§impl PartialEq for DIFILEEFFECT
impl PartialEq for DIFILEEFFECT
impl Copy for DIFILEEFFECT
impl Eq for DIFILEEFFECT
Auto Trait Implementations§
impl Freeze for DIFILEEFFECT
impl RefUnwindSafe for DIFILEEFFECT
impl !Send for DIFILEEFFECT
impl !Sync for DIFILEEFFECT
impl Unpin for DIFILEEFFECT
impl UnwindSafe for DIFILEEFFECT
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