#[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 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 Ord for _FILE_TYPE_NOTIFICATION_INPUT
impl Ord for _FILE_TYPE_NOTIFICATION_INPUT
Source§fn cmp(&self, other: &_FILE_TYPE_NOTIFICATION_INPUT) -> Ordering
fn cmp(&self, other: &_FILE_TYPE_NOTIFICATION_INPUT) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for _FILE_TYPE_NOTIFICATION_INPUT
impl PartialEq for _FILE_TYPE_NOTIFICATION_INPUT
Source§fn eq(&self, other: &_FILE_TYPE_NOTIFICATION_INPUT) -> bool
fn eq(&self, other: &_FILE_TYPE_NOTIFICATION_INPUT) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Source§impl PartialOrd for _FILE_TYPE_NOTIFICATION_INPUT
impl PartialOrd for _FILE_TYPE_NOTIFICATION_INPUT
impl Copy for _FILE_TYPE_NOTIFICATION_INPUT
impl Eq for _FILE_TYPE_NOTIFICATION_INPUT
impl StructuralPartialEq 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