#[repr(C)]pub struct vmeta_fov {
pub horz: f32,
pub vert: f32,
pub _bitfield_align_1: [u8; 0],
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 1]>,
pub __bindgen_padding_0: [u8; 3],
}Fields§
§horz: f32§vert: f32§_bitfield_align_1: [u8; 0]§_bitfield_1: __BindgenBitfieldUnit<[u8; 1]>§__bindgen_padding_0: [u8; 3]Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for vmeta_fov
impl RefUnwindSafe for vmeta_fov
impl Send for vmeta_fov
impl Sync for vmeta_fov
impl Unpin for vmeta_fov
impl UnwindSafe for vmeta_fov
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more