Struct win_sys::FileSystem::FindFileHandle [−][src]
#[repr(transparent)]pub struct FindFileHandle(pub isize);Tuple Fields
0: isizeTrait Implementations
Returns the “default value” for a type. Read more
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for FindFileHandle
impl Send for FindFileHandle
impl Sync for FindFileHandle
impl Unpin for FindFileHandle
impl UnwindSafe for FindFileHandle
Blanket Implementations
Mutably borrows from an owned value. Read more