#[repr(C)]pub struct PyGetSetDescrObject {
pub d_common: PyDescrObject,
pub d_getset: *mut PyGetSetDef,
}
Available on non-
Py_LIMITED_API
only.Fields§
§d_common: PyDescrObject
§d_getset: *mut PyGetSetDef
Auto Trait Implementations§
impl Freeze for PyGetSetDescrObject
impl RefUnwindSafe for PyGetSetDescrObject
impl !Send for PyGetSetDescrObject
impl !Sync for PyGetSetDescrObject
impl Unpin for PyGetSetDescrObject
impl UnwindSafe for PyGetSetDescrObject
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