Struct windows_sys::Win32::System::Rpc::BinaryParam
[−]Expand description
Required features: "Win32_System_Rpc"
Fields
Buffer: *mut c_voidSize: i16Trait Implementations
impl Clone for BinaryParam
impl Clone for BinaryParam
impl Copy for BinaryParam
Auto Trait Implementations
impl RefUnwindSafe for BinaryParam
impl !Send for BinaryParam
impl !Sync for BinaryParam
impl Unpin for BinaryParam
impl UnwindSafe for BinaryParam
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