Struct win_sys::FileSystem::FindVolumeHandle [−][src]
#[repr(transparent)]pub struct FindVolumeHandle(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 FindVolumeHandle
impl Send for FindVolumeHandle
impl Sync for FindVolumeHandle
impl Unpin for FindVolumeHandle
impl UnwindSafe for FindVolumeHandle
Blanket Implementations
Mutably borrows from an owned value. Read more