#[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 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§fn default() -> DIFILEEFFECT
fn default() -> DIFILEEFFECT
Returns the “default value” for a type. Read more
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