Struct msidbUpgradeAttributes
#[repr(transparent)]pub struct msidbUpgradeAttributes(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
§impl Clone for msidbUpgradeAttributes
impl Clone for msidbUpgradeAttributes
§fn clone(&self) -> msidbUpgradeAttributes
fn clone(&self) -> msidbUpgradeAttributes
Returns a copy 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 more§impl Debug for msidbUpgradeAttributes
impl Debug for msidbUpgradeAttributes
§impl Default for msidbUpgradeAttributes
impl Default for msidbUpgradeAttributes
§fn default() -> msidbUpgradeAttributes
fn default() -> msidbUpgradeAttributes
Returns the “default value” for a type. Read more
§impl PartialEq for msidbUpgradeAttributes
impl PartialEq for msidbUpgradeAttributes
impl Copy for msidbUpgradeAttributes
impl Eq for msidbUpgradeAttributes
impl StructuralPartialEq for msidbUpgradeAttributes
Auto Trait Implementations§
impl Freeze for msidbUpgradeAttributes
impl RefUnwindSafe for msidbUpgradeAttributes
impl Send for msidbUpgradeAttributes
impl Sync for msidbUpgradeAttributes
impl Unpin for msidbUpgradeAttributes
impl UnwindSafe for msidbUpgradeAttributes
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