#[repr(C)]pub struct HostPipe { /* private fields */ }
Expand description
HOST_PIPE[%s]
Implementations§
Source§impl HostPipe
impl HostPipe
Sourcepub const fn pstatusclr(&self) -> &Pstatusclr
pub const fn pstatusclr(&self) -> &Pstatusclr
0x04 - HOST_PIPE End Point Pipe Status Clear
Sourcepub const fn pstatusset(&self) -> &Pstatusset
pub const fn pstatusset(&self) -> &Pstatusset
0x05 - HOST_PIPE End Point Pipe Status Set
Auto Trait Implementations§
impl !Freeze for HostPipe
impl !RefUnwindSafe for HostPipe
impl Send for HostPipe
impl !Sync for HostPipe
impl Unpin for HostPipe
impl UnwindSafe for HostPipe
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