Struct python27_sys::PySliceObject [−][src]
#[repr(C)]pub struct PySliceObject { pub ob_refcnt: Py_ssize_t, pub ob_type: *mut PyTypeObject, pub start: *mut PyObject, pub stop: *mut PyObject, pub step: *mut PyObject, }
Fields
ob_refcnt: Py_ssize_t
ob_type: *mut PyTypeObject
start: *mut PyObject
stop: *mut PyObject
step: *mut PyObject
Trait Implementations
impl Copy for PySliceObject
[src]
impl Copy for PySliceObject
impl Clone for PySliceObject
[src]
impl Clone for PySliceObject
fn clone(&self) -> PySliceObject
[src]
fn clone(&self) -> PySliceObject
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
Auto Trait Implementations
impl !Send for PySliceObject
impl !Send for PySliceObject
impl !Sync for PySliceObject
impl !Sync for PySliceObject