#[repr(C)]pub struct NodeStbool_t {
pub rb: u32,
pub left: *mut NodeStbool_t,
pub right: *mut NodeStbool_t,
pub data: bool_t,
}Fields§
§rb: u32§left: *mut NodeStbool_t§right: *mut NodeStbool_t§data: bool_tTrait Implementations§
Source§impl Clone for NodeStbool_t
impl Clone for NodeStbool_t
Source§fn clone(&self) -> NodeStbool_t
fn clone(&self) -> NodeStbool_t
Returns a duplicate 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 NodeStbool_t
impl Debug for NodeStbool_t
impl Copy for NodeStbool_t
Auto Trait Implementations§
impl Freeze for NodeStbool_t
impl RefUnwindSafe for NodeStbool_t
impl !Send for NodeStbool_t
impl !Sync for NodeStbool_t
impl Unpin for NodeStbool_t
impl UnwindSafe for NodeStbool_t
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