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