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