#[repr(C)]pub struct HelperAttributeInfo {
pub pwszName: PWSTR,
pub type: ATTRIBUTE_TYPE,
}
Fields§
§pwszName: PWSTR
§type: ATTRIBUTE_TYPE
Trait Implementations§
§impl Clone for HelperAttributeInfo
impl Clone for HelperAttributeInfo
impl Copy for HelperAttributeInfo
Auto Trait Implementations§
impl RefUnwindSafe for HelperAttributeInfo
impl !Send for HelperAttributeInfo
impl !Sync for HelperAttributeInfo
impl Unpin for HelperAttributeInfo
impl UnwindSafe for HelperAttributeInfo
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