#[repr(C)]pub enum LocateSearchType {
AllHandles = 0,
ByRegisterNotify = 1,
ByProtocol = 2,
}Variants§
AllHandles = 0
Retrieve all the handles in the handle database.
ByRegisterNotify = 1
Retrieve the next handle fron a RegisterProtocolNotify() event.
ByProtocol = 2
Retrieve the set of handles from the handle database that support a specified protocol.
Auto Trait Implementations§
impl Freeze for LocateSearchType
impl RefUnwindSafe for LocateSearchType
impl Send for LocateSearchType
impl Sync for LocateSearchType
impl Unpin for LocateSearchType
impl UnwindSafe for LocateSearchType
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