#[repr(C)]pub struct _ABC {
pub abcA: c_int,
pub abcB: UINT,
pub abcC: c_int,
}Fields§
§abcA: c_int§abcB: UINT§abcC: c_intTrait Implementations§
Auto Trait Implementations§
impl Freeze for _ABC
impl RefUnwindSafe for _ABC
impl Send for _ABC
impl Sync for _ABC
impl Unpin for _ABC
impl UnwindSafe for _ABC
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