Struct gaviota_sys::TB_return_values
source · [−]#[repr(transparent)]pub struct TB_return_values(pub c_uint);Tuple Fields
0: c_uintImplementations
sourceimpl TB_return_values
impl TB_return_values
pub const tb_DRAW: TB_return_values = _
sourceimpl TB_return_values
impl TB_return_values
pub const tb_WMATE: TB_return_values = _
sourceimpl TB_return_values
impl TB_return_values
pub const tb_BMATE: TB_return_values = _
sourceimpl TB_return_values
impl TB_return_values
pub const tb_FORBID: TB_return_values = _
sourceimpl TB_return_values
impl TB_return_values
pub const tb_UNKNOWN: TB_return_values = _
Trait Implementations
sourceimpl BitAnd<TB_return_values> for TB_return_values
impl BitAnd<TB_return_values> for TB_return_values
type Output = TB_return_values
type Output = TB_return_values
The resulting type after applying the & operator.
sourceimpl BitAndAssign<TB_return_values> for TB_return_values
impl BitAndAssign<TB_return_values> for TB_return_values
sourcefn bitand_assign(&mut self, rhs: TB_return_values)
fn bitand_assign(&mut self, rhs: TB_return_values)
Performs the &= operation. Read more
sourceimpl BitOr<TB_return_values> for TB_return_values
impl BitOr<TB_return_values> for TB_return_values
type Output = TB_return_values
type Output = TB_return_values
The resulting type after applying the | operator.
sourceimpl BitOrAssign<TB_return_values> for TB_return_values
impl BitOrAssign<TB_return_values> for TB_return_values
sourcefn bitor_assign(&mut self, rhs: TB_return_values)
fn bitor_assign(&mut self, rhs: TB_return_values)
Performs the |= operation. Read more
sourceimpl Clone for TB_return_values
impl Clone for TB_return_values
sourcefn clone(&self) -> TB_return_values
fn clone(&self) -> TB_return_values
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 TB_return_values
impl Debug for TB_return_values
sourceimpl Hash for TB_return_values
impl Hash for TB_return_values
sourceimpl PartialEq<TB_return_values> for TB_return_values
impl PartialEq<TB_return_values> for TB_return_values
sourcefn eq(&self, other: &TB_return_values) -> bool
fn eq(&self, other: &TB_return_values) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
impl Copy for TB_return_values
impl Eq for TB_return_values
impl StructuralEq for TB_return_values
impl StructuralPartialEq for TB_return_values
Auto Trait Implementations
impl RefUnwindSafe for TB_return_values
impl Send for TB_return_values
impl Sync for TB_return_values
impl Unpin for TB_return_values
impl UnwindSafe for TB_return_values
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