#[repr(u32)]pub enum rmw_security_enforcement_policy_e {
RMW_SECURITY_ENFORCEMENT_PERMISSIVE = 0,
RMW_SECURITY_ENFORCEMENT_ENFORCE = 1,
}
Variants§
Trait Implementations§
source§impl Clone for rmw_security_enforcement_policy_e
impl Clone for rmw_security_enforcement_policy_e
source§fn clone(&self) -> rmw_security_enforcement_policy_e
fn clone(&self) -> rmw_security_enforcement_policy_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 PartialEq for rmw_security_enforcement_policy_e
impl PartialEq for rmw_security_enforcement_policy_e
source§fn eq(&self, other: &rmw_security_enforcement_policy_e) -> bool
fn eq(&self, other: &rmw_security_enforcement_policy_e) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for rmw_security_enforcement_policy_e
impl Eq for rmw_security_enforcement_policy_e
impl StructuralPartialEq for rmw_security_enforcement_policy_e
Auto Trait Implementations§
impl Freeze for rmw_security_enforcement_policy_e
impl RefUnwindSafe for rmw_security_enforcement_policy_e
impl Send for rmw_security_enforcement_policy_e
impl Sync for rmw_security_enforcement_policy_e
impl Unpin for rmw_security_enforcement_policy_e
impl UnwindSafe for rmw_security_enforcement_policy_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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)