#[repr(C)]pub struct WriteOnly32C8B32<N: RegisterLongName = ()> { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl<N = ()> !Freeze for WriteOnly32C8B32<N>
impl<N = ()> !RefUnwindSafe for WriteOnly32C8B32<N>
impl<N> Send for WriteOnly32C8B32<N>where
N: Send,
impl<N = ()> !Sync for WriteOnly32C8B32<N>
impl<N> Unpin for WriteOnly32C8B32<N>where
N: Unpin,
impl<N> UnwindSafe for WriteOnly32C8B32<N>where
N: UnwindSafe,
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