Struct ID_PARAMETER_PAIR
#[repr(C)]pub struct ID_PARAMETER_PAIR {
pub fIsVariable: BOOL,
pub cbIdSize: u16,
}
Fields§
§fIsVariable: BOOL
§cbIdSize: u16
Trait Implementations§
§impl Clone for ID_PARAMETER_PAIR
impl Clone for ID_PARAMETER_PAIR
§fn clone(&self) -> ID_PARAMETER_PAIR
fn clone(&self) -> ID_PARAMETER_PAIR
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 more§impl Debug for ID_PARAMETER_PAIR
impl Debug for ID_PARAMETER_PAIR
§impl Default for ID_PARAMETER_PAIR
impl Default for ID_PARAMETER_PAIR
§impl PartialEq for ID_PARAMETER_PAIR
impl PartialEq for ID_PARAMETER_PAIR
impl Copy for ID_PARAMETER_PAIR
impl StructuralPartialEq for ID_PARAMETER_PAIR
Auto Trait Implementations§
impl Freeze for ID_PARAMETER_PAIR
impl RefUnwindSafe for ID_PARAMETER_PAIR
impl Send for ID_PARAMETER_PAIR
impl Sync for ID_PARAMETER_PAIR
impl Unpin for ID_PARAMETER_PAIR
impl UnwindSafe for ID_PARAMETER_PAIR
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