pub struct OpenParams {
pub ring_pages: u16,
pub ring_offset_in_pages: u16,
}
Expand description
Input parameters when opening a vmbus channel.
Fields§
§ring_pages: u16
The number of pages to use for the ring buffer.
ring_offset_in_pages: u16
The offset in pages where the downstream ring starts.
Auto Trait Implementations§
impl Freeze for OpenParams
impl RefUnwindSafe for OpenParams
impl Send for OpenParams
impl Sync for OpenParams
impl Unpin for OpenParams
impl UnwindSafe for OpenParams
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