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