Struct windows_sys::Win32::System::Rpc::NDR64_RPC_FLAGS
[−]#[repr(C)]pub struct NDR64_RPC_FLAGS {
pub _bitfield: u16,
}
Expand description
Required features: "Win32_System_Rpc"
Fields
_bitfield: u16
Trait Implementations
impl Clone for NDR64_RPC_FLAGS
impl Clone for NDR64_RPC_FLAGS
impl Copy for NDR64_RPC_FLAGS
Auto Trait Implementations
impl RefUnwindSafe for NDR64_RPC_FLAGS
impl Send for NDR64_RPC_FLAGS
impl Sync for NDR64_RPC_FLAGS
impl Unpin for NDR64_RPC_FLAGS
impl UnwindSafe for NDR64_RPC_FLAGS
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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