Enum rust_corosync::cpg::Model1Flags
source · [−]pub enum Model1Flags {
None,
}Expand description
No flags current specified for model1 so leave this at None
Variants
None
Trait Implementations
sourceimpl Clone for Model1Flags
impl Clone for Model1Flags
sourcefn clone(&self) -> Model1Flags
fn clone(&self) -> Model1Flags
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 moreimpl Copy for Model1Flags
Auto Trait Implementations
impl RefUnwindSafe for Model1Flags
impl Send for Model1Flags
impl Sync for Model1Flags
impl Unpin for Model1Flags
impl UnwindSafe for Model1Flags
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