#[repr(C)]pub struct IMAGE_VERSION<T> {
pub Major: T,
pub Minor: T,
}Fields§
§Major: T§Minor: TTrait Implementations§
Source§impl<T: Clone> Clone for IMAGE_VERSION<T>
impl<T: Clone> Clone for IMAGE_VERSION<T>
Source§fn clone(&self) -> IMAGE_VERSION<T>
fn clone(&self) -> IMAGE_VERSION<T>
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<T: Display> Debug for IMAGE_VERSION<T>
impl<T: Display> Debug for IMAGE_VERSION<T>
Source§impl<T: Display> Display for IMAGE_VERSION<T>
impl<T: Display> Display for IMAGE_VERSION<T>
Source§impl<T: Ord> Ord for IMAGE_VERSION<T>
impl<T: Ord> Ord for IMAGE_VERSION<T>
Source§fn cmp(&self, other: &IMAGE_VERSION<T>) -> Ordering
fn cmp(&self, other: &IMAGE_VERSION<T>) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl<T: PartialEq> PartialEq for IMAGE_VERSION<T>
impl<T: PartialEq> PartialEq for IMAGE_VERSION<T>
Source§impl<T: PartialOrd> PartialOrd for IMAGE_VERSION<T>
impl<T: PartialOrd> PartialOrd for IMAGE_VERSION<T>
impl<T: Copy> Copy for IMAGE_VERSION<T>
impl<T: Eq> Eq for IMAGE_VERSION<T>
impl<T: Pod> Pod for IMAGE_VERSION<T>
impl<T> StructuralPartialEq for IMAGE_VERSION<T>
Auto Trait Implementations§
impl<T> Freeze for IMAGE_VERSION<T>where
T: Freeze,
impl<T> RefUnwindSafe for IMAGE_VERSION<T>where
T: RefUnwindSafe,
impl<T> Send for IMAGE_VERSION<T>where
T: Send,
impl<T> Sync for IMAGE_VERSION<T>where
T: Sync,
impl<T> Unpin for IMAGE_VERSION<T>where
T: Unpin,
impl<T> UnwindSafe for IMAGE_VERSION<T>where
T: UnwindSafe,
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> PodMethods for T
impl<T> PodMethods for T
Source§fn as_bytes_mut(&mut self) -> &mut [u8] ⓘ
fn as_bytes_mut(&mut self) -> &mut [u8] ⓘ
Returns the object’s memory as a mutable byte slice.
Source§fn as_data_view(&self) -> &DataView
fn as_data_view(&self) -> &DataView
Returns a data view into the object’s memory.
Source§fn as_data_view_mut(&mut self) -> &mut DataView
fn as_data_view_mut(&mut self) -> &mut DataView
Returns a mutable data view into the object’s memory.