pub struct WindowsPlatformVersion {
pub build: u32,
pub revision: u32,
pub integration: u32,
}Expand description
Detected CFAPI platform version used for gated policy validation.
Fields§
§build: u32Windows platform build number.
revision: u32Windows platform revision number.
integration: u32Cloud Files integration number.
Trait Implementations§
Source§impl Clone for WindowsPlatformVersion
impl Clone for WindowsPlatformVersion
Source§fn clone(&self) -> WindowsPlatformVersion
fn clone(&self) -> WindowsPlatformVersion
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 WindowsPlatformVersion
impl Debug for WindowsPlatformVersion
Source§impl Default for WindowsPlatformVersion
impl Default for WindowsPlatformVersion
Source§fn default() -> WindowsPlatformVersion
fn default() -> WindowsPlatformVersion
Returns the “default value” for a type. Read more
Source§impl PartialEq for WindowsPlatformVersion
impl PartialEq for WindowsPlatformVersion
impl Copy for WindowsPlatformVersion
impl Eq for WindowsPlatformVersion
impl StructuralPartialEq for WindowsPlatformVersion
Auto Trait Implementations§
impl Freeze for WindowsPlatformVersion
impl RefUnwindSafe for WindowsPlatformVersion
impl Send for WindowsPlatformVersion
impl Sync for WindowsPlatformVersion
impl Unpin for WindowsPlatformVersion
impl UnwindSafe for WindowsPlatformVersion
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