#[repr(C)]pub struct newtExitStruct {
pub reason: newtExitStruct__bindgen_ty_1,
pub u: newtExitStruct__bindgen_ty_2,
}Fields§
§reason: newtExitStruct__bindgen_ty_1§u: newtExitStruct__bindgen_ty_2Trait Implementations§
Source§impl Clone for newtExitStruct
impl Clone for newtExitStruct
Source§fn clone(&self) -> newtExitStruct
fn clone(&self) -> newtExitStruct
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 moreimpl Copy for newtExitStruct
Auto Trait Implementations§
impl Freeze for newtExitStruct
impl RefUnwindSafe for newtExitStruct
impl !Send for newtExitStruct
impl !Sync for newtExitStruct
impl Unpin for newtExitStruct
impl UnwindSafe for newtExitStruct
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