#[repr(u32)]pub enum rmw_localhost_only_e {
RMW_LOCALHOST_ONLY_DEFAULT = 0,
RMW_LOCALHOST_ONLY_ENABLED = 1,
RMW_LOCALHOST_ONLY_DISABLED = 2,
}
Variants§
Trait Implementations§
Source§impl Clone for rmw_localhost_only_e
impl Clone for rmw_localhost_only_e
Source§fn clone(&self) -> rmw_localhost_only_e
fn clone(&self) -> rmw_localhost_only_e
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 rmw_localhost_only_e
impl Debug for rmw_localhost_only_e
Source§impl Hash for rmw_localhost_only_e
impl Hash for rmw_localhost_only_e
Source§impl PartialEq for rmw_localhost_only_e
impl PartialEq for rmw_localhost_only_e
impl Copy for rmw_localhost_only_e
impl Eq for rmw_localhost_only_e
impl StructuralPartialEq for rmw_localhost_only_e
Auto Trait Implementations§
impl Freeze for rmw_localhost_only_e
impl RefUnwindSafe for rmw_localhost_only_e
impl Send for rmw_localhost_only_e
impl Sync for rmw_localhost_only_e
impl Unpin for rmw_localhost_only_e
impl UnwindSafe for rmw_localhost_only_e
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