#[repr(C)]pub struct RIO_BUF {
pub BufferId: RIO_BUFFERID,
pub Offset: ULONG,
pub Length: ULONG,
}
Fields
BufferId: RIO_BUFFERID
Offset: ULONG
Length: ULONG
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for RIO_BUF
impl !Send for RIO_BUF
impl !Sync for RIO_BUF
impl Unpin for RIO_BUF
impl UnwindSafe for RIO_BUF
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more