Struct ProtectionCapabilityResult
#[repr(transparent)]pub struct ProtectionCapabilityResult(pub i32);
Tuple Fields§
§0: i32
Implementations§
Trait Implementations§
§impl Clone for ProtectionCapabilityResult
impl Clone for ProtectionCapabilityResult
§fn clone(&self) -> ProtectionCapabilityResult
fn clone(&self) -> ProtectionCapabilityResult
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 more§impl Debug for ProtectionCapabilityResult
impl Debug for ProtectionCapabilityResult
§impl Default for ProtectionCapabilityResult
impl Default for ProtectionCapabilityResult
§fn default() -> ProtectionCapabilityResult
fn default() -> ProtectionCapabilityResult
Returns the “default value” for a type. Read more
§impl PartialEq for ProtectionCapabilityResult
impl PartialEq for ProtectionCapabilityResult
impl Copy for ProtectionCapabilityResult
impl Eq for ProtectionCapabilityResult
impl StructuralPartialEq for ProtectionCapabilityResult
Auto Trait Implementations§
impl Freeze for ProtectionCapabilityResult
impl RefUnwindSafe for ProtectionCapabilityResult
impl Send for ProtectionCapabilityResult
impl Sync for ProtectionCapabilityResult
impl Unpin for ProtectionCapabilityResult
impl UnwindSafe for ProtectionCapabilityResult
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