#[repr(C)]pub struct _FILE_TYPE_NOTIFICATION_INPUT {
pub Flags: DWORD,
pub NumFileTypeIDs: DWORD,
pub FileTypeID: [GUID; 1],
}Fields§
§Flags: DWORD§NumFileTypeIDs: DWORD§FileTypeID: [GUID; 1]Trait Implementations§
Source§impl Clone for _FILE_TYPE_NOTIFICATION_INPUT
impl Clone for _FILE_TYPE_NOTIFICATION_INPUT
Source§fn clone(&self) -> _FILE_TYPE_NOTIFICATION_INPUT
fn clone(&self) -> _FILE_TYPE_NOTIFICATION_INPUT
Returns a duplicate 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 _FILE_TYPE_NOTIFICATION_INPUT
Auto Trait Implementations§
impl Freeze for _FILE_TYPE_NOTIFICATION_INPUT
impl RefUnwindSafe for _FILE_TYPE_NOTIFICATION_INPUT
impl Send for _FILE_TYPE_NOTIFICATION_INPUT
impl Sync for _FILE_TYPE_NOTIFICATION_INPUT
impl Unpin for _FILE_TYPE_NOTIFICATION_INPUT
impl UnwindSafe for _FILE_TYPE_NOTIFICATION_INPUT
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