#[repr(u32)]pub enum in3_flags_type_t {
FLAGS_KEEP_IN3 = 1,
FLAGS_AUTO_UPDATE_LIST = 2,
FLAGS_INCLUDE_CODE = 4,
FLAGS_BINARY = 8,
FLAGS_HTTP = 16,
FLAGS_STATS = 32,
FLAGS_NODE_LIST_NO_SIG = 64,
FLAGS_BOOT_WEIGHTS = 128,
FLAGS_ALLOW_EXPERIMENTAL = 256,
}Variants§
FLAGS_KEEP_IN3 = 1
FLAGS_AUTO_UPDATE_LIST = 2
FLAGS_INCLUDE_CODE = 4
FLAGS_BINARY = 8
FLAGS_HTTP = 16
FLAGS_STATS = 32
FLAGS_NODE_LIST_NO_SIG = 64
FLAGS_BOOT_WEIGHTS = 128
FLAGS_ALLOW_EXPERIMENTAL = 256
Trait Implementations§
Source§impl Clone for in3_flags_type_t
impl Clone for in3_flags_type_t
Source§fn clone(&self) -> in3_flags_type_t
fn clone(&self) -> in3_flags_type_t
Returns a copy 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 in3_flags_type_t
impl Debug for in3_flags_type_t
Source§impl Hash for in3_flags_type_t
impl Hash for in3_flags_type_t
Source§impl PartialEq for in3_flags_type_t
impl PartialEq for in3_flags_type_t
impl Copy for in3_flags_type_t
impl Eq for in3_flags_type_t
impl StructuralPartialEq for in3_flags_type_t
Auto Trait Implementations§
impl Freeze for in3_flags_type_t
impl RefUnwindSafe for in3_flags_type_t
impl Send for in3_flags_type_t
impl Sync for in3_flags_type_t
impl Unpin for in3_flags_type_t
impl UnwindSafe for in3_flags_type_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