pub enum ReferenceSync {
Id(u32),
State(u32),
}Available on crate feature
dpll only.Variants§
Implementations§
Source§impl ReferenceSync
impl ReferenceSync
pub fn new<'a>(buf: &'a [u8]) -> IterableReferenceSync<'a> ⓘ
Trait Implementations§
Source§impl Clone for ReferenceSync
impl Clone for ReferenceSync
Source§fn clone(&self) -> ReferenceSync
fn clone(&self) -> ReferenceSync
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 moreAuto Trait Implementations§
impl Freeze for ReferenceSync
impl RefUnwindSafe for ReferenceSync
impl Send for ReferenceSync
impl Sync for ReferenceSync
impl Unpin for ReferenceSync
impl UnsafeUnpin for ReferenceSync
impl UnwindSafe for ReferenceSync
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