Struct HelperAttributeInfo
#[repr(C)]pub struct HelperAttributeInfo {
pub pwszName: PWSTR,
pub type: ATTRIBUTE_TYPE,
}Fields§
§pwszName: PWSTR§type: ATTRIBUTE_TYPETrait Implementations§
§impl Clone for HelperAttributeInfo
impl Clone for HelperAttributeInfo
§fn clone(&self) -> HelperAttributeInfo
fn clone(&self) -> HelperAttributeInfo
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for HelperAttributeInfo
Auto Trait Implementations§
impl !Send for HelperAttributeInfo
impl !Sync for HelperAttributeInfo
impl Freeze for HelperAttributeInfo
impl RefUnwindSafe for HelperAttributeInfo
impl Unpin for HelperAttributeInfo
impl UnsafeUnpin 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