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

Trait Implementations

impl Copy for PySliceObject
[src]

impl Clone for PySliceObject
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more