Struct STnefProblem
#[repr(C)]pub struct STnefProblem {
pub ulComponent: u32,
pub ulAttribute: u32,
pub ulPropTag: u32,
pub scode: i32,
}
Fields§
§ulComponent: u32
§ulAttribute: u32
§ulPropTag: u32
§scode: i32
Trait Implementations§
§impl Clone for STnefProblem
impl Clone for STnefProblem
§fn clone(&self) -> STnefProblem
fn clone(&self) -> STnefProblem
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 STnefProblem
Auto Trait Implementations§
impl Freeze for STnefProblem
impl RefUnwindSafe for STnefProblem
impl Send for STnefProblem
impl Sync for STnefProblem
impl Unpin for STnefProblem
impl UnwindSafe for STnefProblem
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