Struct windows_sys::Win32::System::Rpc::RPC_CALL_LOCAL_ADDRESS_V1
#[repr(C)]pub struct RPC_CALL_LOCAL_ADDRESS_V1 {
pub Version: u32,
pub Buffer: *mut c_void,
pub BufferSize: u32,
pub AddressFormat: RpcLocalAddressFormat,
}
Fields§
§Version: u32
§Buffer: *mut c_void
§BufferSize: u32
§AddressFormat: RpcLocalAddressFormat
Trait Implementations§
§impl Clone for RPC_CALL_LOCAL_ADDRESS_V1
impl Clone for RPC_CALL_LOCAL_ADDRESS_V1
impl Copy for RPC_CALL_LOCAL_ADDRESS_V1
Auto Trait Implementations§
impl RefUnwindSafe for RPC_CALL_LOCAL_ADDRESS_V1
impl !Send for RPC_CALL_LOCAL_ADDRESS_V1
impl !Sync for RPC_CALL_LOCAL_ADDRESS_V1
impl Unpin for RPC_CALL_LOCAL_ADDRESS_V1
impl UnwindSafe for RPC_CALL_LOCAL_ADDRESS_V1
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