#[repr(C)]pub struct _Py_LocalMonitors {
pub tools: [u8; 15],
}
Fields§
§tools: [u8; 15]
Trait Implementations§
Source§impl Clone for _Py_LocalMonitors
impl Clone for _Py_LocalMonitors
Source§fn clone(&self) -> _Py_LocalMonitors
fn clone(&self) -> _Py_LocalMonitors
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 _Py_LocalMonitors
Auto Trait Implementations§
impl Freeze for _Py_LocalMonitors
impl RefUnwindSafe for _Py_LocalMonitors
impl Send for _Py_LocalMonitors
impl Sync for _Py_LocalMonitors
impl Unpin for _Py_LocalMonitors
impl UnwindSafe for _Py_LocalMonitors
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