#[repr(C, packed(1))]pub struct PrParam {
pub mType: PrParamType,
pub __bindgen_anon_1: PrParam__bindgen_ty_1,
}Fields§
§mType: PrParamType§__bindgen_anon_1: PrParam__bindgen_ty_1Trait Implementations§
Auto Trait Implementations§
impl Freeze for PrParam
impl RefUnwindSafe for PrParam
impl !Send for PrParam
impl !Sync for PrParam
impl Unpin for PrParam
impl UnwindSafe for PrParam
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