Struct ACTRL_CONTROL_INFOA
#[repr(C)]pub struct ACTRL_CONTROL_INFOA {
pub lpControlId: PSTR,
pub lpControlName: PSTR,
}
Fields§
§lpControlId: PSTR
§lpControlName: PSTR
Trait Implementations§
§impl Clone for ACTRL_CONTROL_INFOA
impl Clone for ACTRL_CONTROL_INFOA
§fn clone(&self) -> ACTRL_CONTROL_INFOA
fn clone(&self) -> ACTRL_CONTROL_INFOA
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 ACTRL_CONTROL_INFOA
Auto Trait Implementations§
impl Freeze for ACTRL_CONTROL_INFOA
impl RefUnwindSafe for ACTRL_CONTROL_INFOA
impl !Send for ACTRL_CONTROL_INFOA
impl !Sync for ACTRL_CONTROL_INFOA
impl Unpin for ACTRL_CONTROL_INFOA
impl UnwindSafe for ACTRL_CONTROL_INFOA
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