Struct docchi_core::intf::MListMut[][src]

pub struct MListMut<'a, V: From<MItemPtr>> { /* fields omitted */ }

Implementations

MListPtrがMutでなければぶっ壊れる

Inserts a new item to the last and returns it You can get its ID with calling next_id() beforehand. if you want to insert an item to an arbitrary position, insert and move it.

the same with insert

Inserts a new item to the first and returns it

Trait Implementations

Formats the value using the given formatter. 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 alignment of pointer.

The type for initializers.

Initializes a with the given initializer. Read more

Dereferences the given pointer. Read more

Mutably dereferences the given pointer. Read more

Drops the object pointed to by the given pointer. Read more

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.