Enum rust_corosync::cfg::NodeStatusVersion
source · [−]pub enum NodeStatusVersion {
V1,
}Expand description
Version of the NodeStatus structure returned from node_status_get
Variants
V1
Trait Implementations
sourceimpl Clone for NodeStatusVersion
impl Clone for NodeStatusVersion
sourcefn clone(&self) -> NodeStatusVersion
fn clone(&self) -> NodeStatusVersion
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 moresourceimpl Debug for NodeStatusVersion
impl Debug for NodeStatusVersion
impl Copy for NodeStatusVersion
Auto Trait Implementations
impl RefUnwindSafe for NodeStatusVersion
impl Send for NodeStatusVersion
impl Sync for NodeStatusVersion
impl Unpin for NodeStatusVersion
impl UnwindSafe for NodeStatusVersion
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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