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