#[repr(C)]pub struct BooleanTest {
pub xpr: Expr,
pub arg: *mut Expr,
pub booltesttype: Type,
pub location: c_int,
}Fields§
§xpr: Expr§arg: *mut Expr§booltesttype: Type§location: c_intTrait Implementations§
Source§impl Clone for BooleanTest
impl Clone for BooleanTest
Source§fn clone(&self) -> BooleanTest
fn clone(&self) -> BooleanTest
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for BooleanTest
Source§impl Debug for BooleanTest
impl Debug for BooleanTest
Source§impl Default for BooleanTest
impl Default for BooleanTest
Source§impl Display for BooleanTest
impl Display for BooleanTest
Source§impl PgNode for BooleanTest
impl PgNode for BooleanTest
Source§fn display_node(&self) -> String
fn display_node(&self) -> String
Format this node Read more
Auto Trait Implementations§
impl !Send for BooleanTest
impl !Sync for BooleanTest
impl Freeze for BooleanTest
impl RefUnwindSafe for BooleanTest
impl Unpin for BooleanTest
impl UnsafeUnpin for BooleanTest
impl UnwindSafe for BooleanTest
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