Struct REDIRECTION_FUNCTION_DESCRIPTOR
#[repr(C)]pub struct REDIRECTION_FUNCTION_DESCRIPTOR {
pub DllName: PCSTR,
pub FunctionName: PCSTR,
pub RedirectionTarget: *mut c_void,
}
Fields§
§DllName: PCSTR
§FunctionName: PCSTR
§RedirectionTarget: *mut c_void
Trait Implementations§
§impl Clone for REDIRECTION_FUNCTION_DESCRIPTOR
impl Clone for REDIRECTION_FUNCTION_DESCRIPTOR
§fn clone(&self) -> REDIRECTION_FUNCTION_DESCRIPTOR
fn clone(&self) -> REDIRECTION_FUNCTION_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_FUNCTION_DESCRIPTOR
impl Debug for REDIRECTION_FUNCTION_DESCRIPTOR
§impl Default for REDIRECTION_FUNCTION_DESCRIPTOR
impl Default for REDIRECTION_FUNCTION_DESCRIPTOR
impl Copy for REDIRECTION_FUNCTION_DESCRIPTOR
impl StructuralPartialEq for REDIRECTION_FUNCTION_DESCRIPTOR
Auto Trait Implementations§
impl Freeze for REDIRECTION_FUNCTION_DESCRIPTOR
impl RefUnwindSafe for REDIRECTION_FUNCTION_DESCRIPTOR
impl !Send for REDIRECTION_FUNCTION_DESCRIPTOR
impl !Sync for REDIRECTION_FUNCTION_DESCRIPTOR
impl Unpin for REDIRECTION_FUNCTION_DESCRIPTOR
impl UnwindSafe for REDIRECTION_FUNCTION_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