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,
}
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§
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