#[repr(C)]pub struct A_Version {
pub majorS: A_short,
pub minorS: A_short,
}Fields§
§majorS: A_short§minorS: A_shortTrait Implementations§
Auto Trait Implementations§
impl Freeze for A_Version
impl RefUnwindSafe for A_Version
impl Send for A_Version
impl Sync for A_Version
impl Unpin for A_Version
impl UnwindSafe for A_Version
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