Struct windows_sys::Win32::System::Rpc::NDR64_UNION_ARM
[−]#[repr(C)]pub struct NDR64_UNION_ARM {
pub CaseValue: i64,
pub Type: *mut c_void,
pub Reserved: u32,
}
Expand description
Required features: "Win32_System_Rpc"
Fields
CaseValue: i64
Type: *mut c_void
Reserved: u32
Trait Implementations
impl Clone for NDR64_UNION_ARM
impl Clone for NDR64_UNION_ARM
impl Copy for NDR64_UNION_ARM
Auto Trait Implementations
impl RefUnwindSafe for NDR64_UNION_ARM
impl !Send for NDR64_UNION_ARM
impl !Sync for NDR64_UNION_ARM
impl Unpin for NDR64_UNION_ARM
impl UnwindSafe for NDR64_UNION_ARM
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