#[repr(C)]pub struct tagPARAMDESCEX {
pub cBytes: ULONG,
pub varDefaultValue: VARIANTARG,
}
Fields§
§cBytes: ULONG
§varDefaultValue: VARIANTARG
Trait Implementations§
Source§impl Clone for tagPARAMDESCEX
impl Clone for tagPARAMDESCEX
Source§fn clone(&self) -> tagPARAMDESCEX
fn clone(&self) -> tagPARAMDESCEX
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 tagPARAMDESCEX
Auto Trait Implementations§
impl Freeze for tagPARAMDESCEX
impl RefUnwindSafe for tagPARAMDESCEX
impl !Send for tagPARAMDESCEX
impl !Sync for tagPARAMDESCEX
impl Unpin for tagPARAMDESCEX
impl UnwindSafe for tagPARAMDESCEX
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