#[repr(transparent)]pub struct MasterSecAntiPolReg(pub u32);Expand description
Master Secure Level.
Tuple Fields§
§0: u32Implementations§
Source§impl MasterSecAntiPolReg
impl MasterSecAntiPolReg
Sourcepub const fn set_smartdma(&mut self, val: MasterSec)
pub const fn set_smartdma(&mut self, val: MasterSec)
SMARTDMA Data.
Trait Implementations§
Source§impl Clone for MasterSecAntiPolReg
impl Clone for MasterSecAntiPolReg
Source§fn clone(&self) -> MasterSecAntiPolReg
fn clone(&self) -> MasterSecAntiPolReg
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 MasterSecAntiPolReg
impl Debug for MasterSecAntiPolReg
Source§impl Default for MasterSecAntiPolReg
impl Default for MasterSecAntiPolReg
Source§fn default() -> MasterSecAntiPolReg
fn default() -> MasterSecAntiPolReg
Returns the “default value” for a type. Read more
Source§impl PartialEq for MasterSecAntiPolReg
impl PartialEq for MasterSecAntiPolReg
impl Copy for MasterSecAntiPolReg
impl Eq for MasterSecAntiPolReg
impl StructuralPartialEq for MasterSecAntiPolReg
Auto Trait Implementations§
impl Freeze for MasterSecAntiPolReg
impl RefUnwindSafe for MasterSecAntiPolReg
impl Send for MasterSecAntiPolReg
impl Sync for MasterSecAntiPolReg
impl Unpin for MasterSecAntiPolReg
impl UnwindSafe for MasterSecAntiPolReg
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