#[repr(C)]pub struct FFVersion {
pub major: u32,
pub minor: u32,
pub patch: u32,
}
Fields§
§major: u32
§minor: u32
§patch: u32
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FFVersion
impl RefUnwindSafe for FFVersion
impl Send for FFVersion
impl Sync for FFVersion
impl Unpin for FFVersion
impl UnwindSafe for FFVersion
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