#[repr(C)]pub struct PyImport_Struct_frozen {
pub name: *mut c_char,
pub code: *mut c_uchar,
pub size: c_int,
}
Fields§
§name: *mut c_char
§code: *mut c_uchar
§size: c_int
Trait Implementations§
Source§impl Clone for PyImport_Struct_frozen
impl Clone for PyImport_Struct_frozen
Source§fn clone(&self) -> PyImport_Struct_frozen
fn clone(&self) -> PyImport_Struct_frozen
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 PyImport_Struct_frozen
Auto Trait Implementations§
impl Freeze for PyImport_Struct_frozen
impl RefUnwindSafe for PyImport_Struct_frozen
impl !Send for PyImport_Struct_frozen
impl !Sync for PyImport_Struct_frozen
impl Unpin for PyImport_Struct_frozen
impl UnwindSafe for PyImport_Struct_frozen
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