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