#[repr(C)]pub struct IntegerOverflowFlagsBitVector(/* private fields */);
Implementations§
Trait Implementations§
Source§impl Clone for IntegerOverflowFlagsBitVector
impl Clone for IntegerOverflowFlagsBitVector
Source§fn clone(&self) -> IntegerOverflowFlagsBitVector
fn clone(&self) -> IntegerOverflowFlagsBitVector
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 moreSource§impl From<IntegerOverflowFlags> for IntegerOverflowFlagsBitVector
impl From<IntegerOverflowFlags> for IntegerOverflowFlagsBitVector
Source§fn from(flags: IntegerOverflowFlags) -> Self
fn from(flags: IntegerOverflowFlags) -> Self
Converts to this type from the input type.
Source§impl From<i32> for IntegerOverflowFlagsBitVector
impl From<i32> for IntegerOverflowFlagsBitVector
Source§impl From<i64> for IntegerOverflowFlagsBitVector
impl From<i64> for IntegerOverflowFlagsBitVector
Source§impl PartialEq for IntegerOverflowFlagsBitVector
impl PartialEq for IntegerOverflowFlagsBitVector
Source§fn eq(&self, other: &IntegerOverflowFlagsBitVector) -> bool
fn eq(&self, other: &IntegerOverflowFlagsBitVector) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for IntegerOverflowFlagsBitVector
impl StructuralPartialEq for IntegerOverflowFlagsBitVector
Auto Trait Implementations§
impl Freeze for IntegerOverflowFlagsBitVector
impl RefUnwindSafe for IntegerOverflowFlagsBitVector
impl Send for IntegerOverflowFlagsBitVector
impl Sync for IntegerOverflowFlagsBitVector
impl Unpin for IntegerOverflowFlagsBitVector
impl UnwindSafe for IntegerOverflowFlagsBitVector
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