Struct windows_sys::Win32::System::LibraryLoader::REDIRECTION_DESCRIPTOR
[−]#[repr(C)]pub struct REDIRECTION_DESCRIPTOR {
pub Version: u32,
pub FunctionCount: u32,
pub Redirections: *mut REDIRECTION_FUNCTION_DESCRIPTOR,
}
Expand description
Required features: "Win32_System_LibraryLoader"
Fields
Version: u32
FunctionCount: u32
Redirections: *mut REDIRECTION_FUNCTION_DESCRIPTOR
Trait Implementations
impl Clone for REDIRECTION_DESCRIPTOR
impl Clone for REDIRECTION_DESCRIPTOR
impl Copy for REDIRECTION_DESCRIPTOR
Auto Trait Implementations
impl RefUnwindSafe for REDIRECTION_DESCRIPTOR
impl !Send for REDIRECTION_DESCRIPTOR
impl !Sync for REDIRECTION_DESCRIPTOR
impl Unpin for REDIRECTION_DESCRIPTOR
impl UnwindSafe for REDIRECTION_DESCRIPTOR
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more