pub struct NtAttribute {
pub name: String,
pub value: ScalarValue,
pub descriptor: String,
pub source_type: i32,
pub source: String,
}Fields§
§name: String§value: ScalarValue§descriptor: String§source_type: i32§source: StringTrait Implementations§
Source§impl Clone for NtAttribute
impl Clone for NtAttribute
Source§fn clone(&self) -> NtAttribute
fn clone(&self) -> NtAttribute
Returns a duplicate 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 moreSource§impl Debug for NtAttribute
impl Debug for NtAttribute
Source§impl PartialEq for NtAttribute
impl PartialEq for NtAttribute
impl StructuralPartialEq for NtAttribute
Auto Trait Implementations§
impl Freeze for NtAttribute
impl RefUnwindSafe for NtAttribute
impl Send for NtAttribute
impl Sync for NtAttribute
impl Unpin for NtAttribute
impl UnsafeUnpin for NtAttribute
impl UnwindSafe for NtAttribute
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