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