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