Struct rustsynth_sys::VSCoreCreationFlags
source · #[repr(transparent)]pub struct VSCoreCreationFlags(pub c_uint);
Tuple Fields§
§0: c_uint
Implementations§
source§impl VSCoreCreationFlags
impl VSCoreCreationFlags
pub const ccfEnableGraphInspection: VSCoreCreationFlags = _
source§impl VSCoreCreationFlags
impl VSCoreCreationFlags
pub const ccfDisableAutoLoading: VSCoreCreationFlags = _
source§impl VSCoreCreationFlags
impl VSCoreCreationFlags
pub const ccfDisableLibraryUnloading: VSCoreCreationFlags = _
Trait Implementations§
source§impl BitAndAssign<VSCoreCreationFlags> for VSCoreCreationFlags
impl BitAndAssign<VSCoreCreationFlags> for VSCoreCreationFlags
source§fn bitand_assign(&mut self, rhs: VSCoreCreationFlags)
fn bitand_assign(&mut self, rhs: VSCoreCreationFlags)
Performs the
&=
operation. Read moresource§impl BitOrAssign<VSCoreCreationFlags> for VSCoreCreationFlags
impl BitOrAssign<VSCoreCreationFlags> 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 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 Debug for VSCoreCreationFlags
impl Debug for VSCoreCreationFlags
source§impl Hash for VSCoreCreationFlags
impl Hash for VSCoreCreationFlags
source§impl PartialEq<VSCoreCreationFlags> for VSCoreCreationFlags
impl PartialEq<VSCoreCreationFlags> for VSCoreCreationFlags
source§fn eq(&self, other: &VSCoreCreationFlags) -> bool
fn eq(&self, other: &VSCoreCreationFlags) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for VSCoreCreationFlags
impl Eq for VSCoreCreationFlags
impl StructuralEq for VSCoreCreationFlags
impl StructuralPartialEq for VSCoreCreationFlags
Auto Trait Implementations§
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