Struct windows_sys::Foundation::Metadata::DeprecationType
[−]#[repr(transparent)]pub struct DeprecationType(pub i32);
Expand description
Required features: "Foundation_Metadata"
Tuple Fields
0: i32
Implementations
impl DeprecationType
impl DeprecationType
Trait Implementations
impl Clone for DeprecationType
impl Clone for DeprecationType
impl Copy for DeprecationType
Auto Trait Implementations
impl RefUnwindSafe for DeprecationType
impl Send for DeprecationType
impl Sync for DeprecationType
impl Unpin for DeprecationType
impl UnwindSafe for DeprecationType
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more