Struct windows::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
§fn clone(&self) -> REDIRECTION_DESCRIPTOR
fn clone(&self) -> REDIRECTION_DESCRIPTOR
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for REDIRECTION_DESCRIPTOR
impl Debug for REDIRECTION_DESCRIPTOR
§impl Default for REDIRECTION_DESCRIPTOR
impl Default for REDIRECTION_DESCRIPTOR
§impl PartialEq for REDIRECTION_DESCRIPTOR
impl PartialEq for REDIRECTION_DESCRIPTOR
§fn eq(&self, other: &REDIRECTION_DESCRIPTOR) -> bool
fn eq(&self, other: &REDIRECTION_DESCRIPTOR) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for REDIRECTION_DESCRIPTOR
impl Eq for REDIRECTION_DESCRIPTOR
impl StructuralPartialEq for REDIRECTION_DESCRIPTOR
Auto Trait Implementations§
impl Freeze for REDIRECTION_DESCRIPTOR
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)