Union OB_PRE_OPERATION_PARAMETERS
#[repr(C)]
pub union OB_PRE_OPERATION_PARAMETERS {
pub CreateHandleInformation: OB_PRE_CREATE_HANDLE_INFORMATION,
pub DuplicateHandleInformation: OB_PRE_DUPLICATE_HANDLE_INFORMATION,
}
Fields§
§CreateHandleInformation: OB_PRE_CREATE_HANDLE_INFORMATION
§DuplicateHandleInformation: OB_PRE_DUPLICATE_HANDLE_INFORMATION
Trait Implementations§
§impl Clone for OB_PRE_OPERATION_PARAMETERS
impl Clone for OB_PRE_OPERATION_PARAMETERS
§fn clone(&self) -> OB_PRE_OPERATION_PARAMETERS
fn clone(&self) -> OB_PRE_OPERATION_PARAMETERS
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 moreimpl Copy for OB_PRE_OPERATION_PARAMETERS
Auto Trait Implementations§
impl Freeze for OB_PRE_OPERATION_PARAMETERS
impl RefUnwindSafe for OB_PRE_OPERATION_PARAMETERS
impl !Send for OB_PRE_OPERATION_PARAMETERS
impl !Sync for OB_PRE_OPERATION_PARAMETERS
impl Unpin for OB_PRE_OPERATION_PARAMETERS
impl UnwindSafe for OB_PRE_OPERATION_PARAMETERS
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