Struct jokolink::cross_platform::cmltypes::CMumbleLink[][src]

#[repr(C)]
pub struct CMumbleLink {
Show fields pub ui_version: u32, pub ui_tick: u32, pub f_avatar_position: [f32; 3], pub f_avatar_front: [f32; 3], pub f_avatar_top: [f32; 3], pub name: [u8; 512], pub f_camera_position: [f32; 3], pub f_camera_front: [f32; 3], pub f_camera_top: [f32; 3], pub identity: [u16; 256], pub context_len: u32, pub context: [u8; 256], pub description: [u8; 4096],
}

Fields

ui_version: u32ui_tick: u32f_avatar_position: [f32; 3]f_avatar_front: [f32; 3]f_avatar_top: [f32; 3]name: [u8; 512]f_camera_position: [f32; 3]f_camera_front: [f32; 3]f_camera_top: [f32; 3]identity: [u16; 256]context_len: u32context: [u8; 256]description: [u8; 4096]

Implementations

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

Wrap the input message T in a tonic::Request

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. 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.

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more