struct OutputResource {
resource: GuestResource,
offset: u32,
queue_params: Option<QueuedOutputResourceParams>,
}Fields§
§resource: GuestResource§offset: u32§queue_params: Option<QueuedOutputResourceParams>Auto Trait Implementations§
impl Freeze for OutputResource
impl RefUnwindSafe for OutputResource
impl Send for OutputResource
impl Sync for OutputResource
impl Unpin for OutputResource
impl UnwindSafe for OutputResource
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