pub struct IoSysMapBackend;Expand description
I/O Backend for IoSysMap.
Trait Implementations§
Source§impl IoBackend for IoSysMapBackend
impl IoBackend for IoSysMapBackend
Source§impl<T> IoCapable<T> for IoSysMapBackend
impl<T> IoCapable<T> for IoSysMapBackend
Source§impl IoCopyable for IoSysMapBackend
impl IoCopyable for IoSysMapBackend
Auto Trait Implementations§
impl Freeze for IoSysMapBackend
impl RefUnwindSafe for IoSysMapBackend
impl Send for IoSysMapBackend
impl Sync for IoSysMapBackend
impl Unpin for IoSysMapBackend
impl UnsafeUnpin for IoSysMapBackend
impl UnwindSafe for IoSysMapBackend
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<T> KnownSize for T
impl<T> KnownSize for T
Source§impl<T> PinInit<T> for T
impl<T> PinInit<T> for T
Source§unsafe fn __pinned_init(self, slot: *mut T) -> Result<(), Infallible>
unsafe fn __pinned_init(self, slot: *mut T) -> Result<(), Infallible>
Initializes
slot. Read more