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