#[repr(transparent)]pub struct IOStatus(pub Integer);Expand description
IO command buffer status.
C++ equivalent: MTL::IOStatus
Tuple Fields§
§0: IntegerImplementations§
Trait Implementations§
impl Copy for IOStatus
impl Eq for IOStatus
impl StructuralPartialEq for IOStatus
Auto Trait Implementations§
impl Freeze for IOStatus
impl RefUnwindSafe for IOStatus
impl Send for IOStatus
impl Sync for IOStatus
impl Unpin for IOStatus
impl UnwindSafe for IOStatus
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