#[repr(transparent)]pub struct VSCoreCreationFlags(pub c_uint);
Tuple Fields§
§0: c_uint
Implementations§
Trait Implementations§
Source§impl BitAnd for VSCoreCreationFlags
impl BitAnd for VSCoreCreationFlags
Source§impl BitAndAssign for VSCoreCreationFlags
impl BitAndAssign for VSCoreCreationFlags
Source§fn bitand_assign(&mut self, rhs: VSCoreCreationFlags)
fn bitand_assign(&mut self, rhs: VSCoreCreationFlags)
Performs the
&=
operation. Read moreSource§impl BitOr for VSCoreCreationFlags
impl BitOr for VSCoreCreationFlags
Source§impl BitOrAssign for VSCoreCreationFlags
impl BitOrAssign for VSCoreCreationFlags
Source§fn bitor_assign(&mut self, rhs: VSCoreCreationFlags)
fn bitor_assign(&mut self, rhs: VSCoreCreationFlags)
Performs the
|=
operation. Read moreSource§impl Clone for VSCoreCreationFlags
impl Clone for VSCoreCreationFlags
Source§fn clone(&self) -> VSCoreCreationFlags
fn clone(&self) -> VSCoreCreationFlags
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for VSCoreCreationFlags
impl Debug for VSCoreCreationFlags
Source§impl Hash for VSCoreCreationFlags
impl Hash for VSCoreCreationFlags
Source§impl PartialEq for VSCoreCreationFlags
impl PartialEq for VSCoreCreationFlags
impl Copy for VSCoreCreationFlags
impl Eq for VSCoreCreationFlags
impl StructuralPartialEq for VSCoreCreationFlags
Auto Trait Implementations§
impl Freeze for VSCoreCreationFlags
impl RefUnwindSafe for VSCoreCreationFlags
impl Send for VSCoreCreationFlags
impl Sync for VSCoreCreationFlags
impl Unpin for VSCoreCreationFlags
impl UnwindSafe for VSCoreCreationFlags
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