Struct HelperAttributeInfo
#[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
§fn clone(&self) -> HelperAttributeInfo
fn clone(&self) -> HelperAttributeInfo
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 HelperAttributeInfo
impl Debug for HelperAttributeInfo
§impl Default for HelperAttributeInfo
impl Default for HelperAttributeInfo
§impl PartialEq for HelperAttributeInfo
impl PartialEq for HelperAttributeInfo
impl Copy for HelperAttributeInfo
impl StructuralPartialEq for HelperAttributeInfo
Auto Trait Implementations§
impl Freeze for HelperAttributeInfo
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