Struct nativeshell::shell::platform::flutter::BinaryMessengerClass[][src]

#[repr(C)]
pub struct BinaryMessengerClass(_);

Trait Implementations

Formats the value using the given formatter. Read more

The resulting type after dereferencing.

Dereferences the value.

Mutably dereferences the value.

Corresponding Rust instance type for this class.

Get the type id for this class.

Casts this class to a reference to a parent type’s class.

Casts this class to a mutable reference to a parent type’s class.

Casts this class to a reference to a child type’s class or fails if this class is not implementing the child class. Read more

Casts this class to a mutable reference to a child type’s class or fails if this class is not implementing the child class. Read more

Gets the class struct corresponding to type_. 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.