Struct vapoursynth_sys::VSNodeFlags
source · [−]#[repr(C)]pub struct VSNodeFlags(pub c_int);
Tuple Fields
0: c_int
Trait Implementations
sourceimpl BitAnd<VSNodeFlags> for VSNodeFlags
impl BitAnd<VSNodeFlags> for VSNodeFlags
type Output = VSNodeFlags
type Output = VSNodeFlags
The resulting type after applying the &
operator.
sourceimpl BitAndAssign<VSNodeFlags> for VSNodeFlags
impl BitAndAssign<VSNodeFlags> for VSNodeFlags
sourcefn bitand_assign(&mut self, rhs: VSNodeFlags)
fn bitand_assign(&mut self, rhs: VSNodeFlags)
Performs the &=
operation. Read more
sourceimpl BitOr<VSNodeFlags> for VSNodeFlags
impl BitOr<VSNodeFlags> for VSNodeFlags
type Output = VSNodeFlags
type Output = VSNodeFlags
The resulting type after applying the |
operator.
sourceimpl BitOrAssign<VSNodeFlags> for VSNodeFlags
impl BitOrAssign<VSNodeFlags> for VSNodeFlags
sourcefn bitor_assign(&mut self, rhs: VSNodeFlags)
fn bitor_assign(&mut self, rhs: VSNodeFlags)
Performs the |=
operation. Read more
sourceimpl Clone for VSNodeFlags
impl Clone for VSNodeFlags
sourcefn clone(&self) -> VSNodeFlags
fn clone(&self) -> VSNodeFlags
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for VSNodeFlags
impl Debug for VSNodeFlags
sourceimpl Hash for VSNodeFlags
impl Hash for VSNodeFlags
sourceimpl PartialEq<VSNodeFlags> for VSNodeFlags
impl PartialEq<VSNodeFlags> for VSNodeFlags
sourcefn eq(&self, other: &VSNodeFlags) -> bool
fn eq(&self, other: &VSNodeFlags) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &VSNodeFlags) -> bool
fn ne(&self, other: &VSNodeFlags) -> bool
This method tests for !=
.
impl Copy for VSNodeFlags
impl Eq for VSNodeFlags
impl StructuralEq for VSNodeFlags
impl StructuralPartialEq for VSNodeFlags
Auto Trait Implementations
impl RefUnwindSafe for VSNodeFlags
impl Send for VSNodeFlags
impl Sync for VSNodeFlags
impl Unpin for VSNodeFlags
impl UnwindSafe for VSNodeFlags
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into
)Uses borrowed data to replace owned data, usually by cloning. Read more