#[repr(transparent)]pub struct MfPlusSecurityLevel(pub c_uchar);
Tuple Fields§
§0: c_uchar
Trait Implementations§
Source§impl Clone for MfPlusSecurityLevel
impl Clone for MfPlusSecurityLevel
Source§fn clone(&self) -> MfPlusSecurityLevel
fn clone(&self) -> MfPlusSecurityLevel
Returns a duplicate 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 MfPlusSecurityLevel
impl Debug for MfPlusSecurityLevel
Source§impl Hash for MfPlusSecurityLevel
impl Hash for MfPlusSecurityLevel
Source§impl PartialEq for MfPlusSecurityLevel
impl PartialEq for MfPlusSecurityLevel
impl Copy for MfPlusSecurityLevel
impl Eq for MfPlusSecurityLevel
impl StructuralPartialEq for MfPlusSecurityLevel
Auto Trait Implementations§
impl Freeze for MfPlusSecurityLevel
impl RefUnwindSafe for MfPlusSecurityLevel
impl Send for MfPlusSecurityLevel
impl Sync for MfPlusSecurityLevel
impl Unpin for MfPlusSecurityLevel
impl UnwindSafe for MfPlusSecurityLevel
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