#[repr(C)]pub struct dxrep {
pub dt: f32,
pub db: f32,
pub dl: f32,
pub dr: f32,
}Fields§
§dt: f32§db: f32§dl: f32§dr: f32Trait Implementations§
Auto Trait Implementations§
impl Freeze for dxrep
impl RefUnwindSafe for dxrep
impl Send for dxrep
impl Sync for dxrep
impl Unpin for dxrep
impl UnsafeUnpin for dxrep
impl UnwindSafe for dxrep
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