#[repr(C)]pub struct _fc2Version {
pub major: c_uint,
pub minor: c_uint,
pub type_: c_uint,
pub build: c_uint,
}Fields§
§major: c_uint§minor: c_uint§type_: c_uint§build: c_uintTrait Implementations§
Source§impl Clone for _fc2Version
impl Clone for _fc2Version
Source§fn clone(&self) -> _fc2Version
fn clone(&self) -> _fc2Version
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 _fc2Version
impl Debug for _fc2Version
Source§impl Default for _fc2Version
impl Default for _fc2Version
impl Copy for _fc2Version
Auto Trait Implementations§
impl Freeze for _fc2Version
impl RefUnwindSafe for _fc2Version
impl Send for _fc2Version
impl Sync for _fc2Version
impl Unpin for _fc2Version
impl UnwindSafe for _fc2Version
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