Struct vlfeat_sys::__float2 [] [src]

#[repr(C)]
pub struct __float2 { pub __sinval: f32, pub __cosval: f32, }

Fields

Trait Implementations

impl Debug for __float2
[src]

Formats the value using the given formatter.

impl Copy for __float2
[src]

impl Clone for __float2
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more