Struct python27_sys::PySequenceMethods[][src]

#[repr(C)]
pub struct PySequenceMethods { pub sq_length: Option<lenfunc>, pub sq_concat: Option<binaryfunc>, pub sq_repeat: Option<ssizeargfunc>, pub sq_item: Option<ssizeargfunc>, pub sq_slice: Option<ssizessizeargfunc>, pub sq_ass_item: Option<ssizeobjargproc>, pub sq_ass_slice: Option<ssizessizeobjargproc>, pub sq_contains: Option<objobjproc>, pub sq_inplace_concat: Option<binaryfunc>, pub sq_inplace_repeat: Option<ssizeargfunc>, }

Fields

sq_length: Option<lenfunc>sq_concat: Option<binaryfunc>sq_repeat: Option<ssizeargfunc>sq_item: Option<ssizeargfunc>sq_slice: Option<ssizessizeargfunc>sq_ass_item: Option<ssizeobjargproc>sq_ass_slice: Option<ssizessizeobjargproc>sq_contains: Option<objobjproc>sq_inplace_concat: Option<binaryfunc>sq_inplace_repeat: Option<ssizeargfunc>

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.