#[repr(C)]pub struct rc_condset_t {
pub next: *mut rc_condset_t,
pub conditions: *mut rc_condition_t,
pub has_pause: u8,
pub is_paused: u8,
pub has_indirect_memrefs: u8,
}Fields§
§next: *mut rc_condset_t§conditions: *mut rc_condition_t§has_pause: u8§is_paused: u8§has_indirect_memrefs: u8Trait Implementations§
Source§impl Clone for rc_condset_t
impl Clone for rc_condset_t
Source§fn clone(&self) -> rc_condset_t
fn clone(&self) -> rc_condset_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 rc_condset_t
impl Debug for rc_condset_t
impl Copy for rc_condset_t
Auto Trait Implementations§
impl Freeze for rc_condset_t
impl RefUnwindSafe for rc_condset_t
impl !Send for rc_condset_t
impl !Sync for rc_condset_t
impl Unpin for rc_condset_t
impl UnwindSafe for rc_condset_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