pub struct NT_EntryFlags(/* private fields */);Expand description
NetworkTables entry flags.
Implementations§
Source§impl NT_EntryFlags
impl NT_EntryFlags
pub const NT_PERSISTENT: NT_EntryFlags = _
pub const NT_RETAINED: NT_EntryFlags = _
pub const NT_UNCACHED: NT_EntryFlags = _
pub fn bits(&self) -> u32
Trait Implementations§
Source§impl BitAnd for NT_EntryFlags
impl BitAnd for NT_EntryFlags
Source§impl BitAndAssign for NT_EntryFlags
impl BitAndAssign for NT_EntryFlags
Source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&= operation. Read moreSource§impl BitOr for NT_EntryFlags
impl BitOr for NT_EntryFlags
Source§impl BitOrAssign for NT_EntryFlags
impl BitOrAssign for NT_EntryFlags
Source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|= operation. Read moreSource§impl Clone for NT_EntryFlags
impl Clone for NT_EntryFlags
Source§fn clone(&self) -> NT_EntryFlags
fn clone(&self) -> NT_EntryFlags
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 NT_EntryFlags
impl Debug for NT_EntryFlags
Source§impl Hash for NT_EntryFlags
impl Hash for NT_EntryFlags
Source§impl PartialEq for NT_EntryFlags
impl PartialEq for NT_EntryFlags
impl Copy for NT_EntryFlags
impl Eq for NT_EntryFlags
impl StructuralPartialEq for NT_EntryFlags
Auto Trait Implementations§
impl Freeze for NT_EntryFlags
impl RefUnwindSafe for NT_EntryFlags
impl Send for NT_EntryFlags
impl Sync for NT_EntryFlags
impl Unpin for NT_EntryFlags
impl UnwindSafe for NT_EntryFlags
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