#[repr(C)]pub struct GrRecordingContext_OwnedArenas {
pub fDDLRecording: bool,
pub fRecordTimeAllocator: u64,
pub fRecordTimeSubRunAllocator: u64,
}
Fields§
§fDDLRecording: bool
§fRecordTimeAllocator: u64
§fRecordTimeSubRunAllocator: u64
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for GrRecordingContext_OwnedArenas
impl Send for GrRecordingContext_OwnedArenas
impl Sync for GrRecordingContext_OwnedArenas
impl Unpin for GrRecordingContext_OwnedArenas
impl UnwindSafe for GrRecordingContext_OwnedArenas
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