#[repr(C)]pub struct fy_version {
pub major: c_int,
pub minor: c_int,
}Fields§
§major: c_int§minor: c_intTrait Implementations§
Source§impl Clone for fy_version
impl Clone for fy_version
Source§fn clone(&self) -> fy_version
fn clone(&self) -> fy_version
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for fy_version
impl Debug for fy_version
impl Copy for fy_version
Auto Trait Implementations§
impl Freeze for fy_version
impl RefUnwindSafe for fy_version
impl Send for fy_version
impl Sync for fy_version
impl Unpin for fy_version
impl UnwindSafe for fy_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