#[repr(C)]pub struct CapturedMetadataExposureCompensation {
pub Flags: u64,
pub Value: i32,
}
Fields§
§Flags: u64
§Value: i32
Trait Implementations§
impl Copy for CapturedMetadataExposureCompensation
Auto Trait Implementations§
impl RefUnwindSafe for CapturedMetadataExposureCompensation
impl Send for CapturedMetadataExposureCompensation
impl Sync for CapturedMetadataExposureCompensation
impl Unpin for CapturedMetadataExposureCompensation
impl UnwindSafe for CapturedMetadataExposureCompensation
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