Struct DIFILEEFFECT
#[repr(C)]pub struct DIFILEEFFECT {
pub dwSize: u32,
pub GuidEffect: GUID,
pub lpDiEffect: *mut DIEFFECT,
pub szFriendlyName: [i8; 260],
}
Fields§
§dwSize: u32
§GuidEffect: GUID
§lpDiEffect: *mut DIEFFECT
§szFriendlyName: [i8; 260]
Trait Implementations§
§impl Clone for DIFILEEFFECT
impl Clone for DIFILEEFFECT
§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 moreimpl Copy 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