#[repr(C)]pub struct PF_ArbParamsExtra {
pub which_function: PF_FunctionSelector,
pub id: A_short,
pub padding: A_short,
pub u: PF_ArbParamsExtra__bindgen_ty_1,
}Fields§
§which_function: PF_FunctionSelector§id: A_short§padding: A_short§u: PF_ArbParamsExtra__bindgen_ty_1Trait Implementations§
Source§impl Clone for PF_ArbParamsExtra
impl Clone for PF_ArbParamsExtra
Source§fn clone(&self) -> PF_ArbParamsExtra
fn clone(&self) -> PF_ArbParamsExtra
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for PF_ArbParamsExtra
Auto Trait Implementations§
impl Freeze for PF_ArbParamsExtra
impl RefUnwindSafe for PF_ArbParamsExtra
impl !Send for PF_ArbParamsExtra
impl !Sync for PF_ArbParamsExtra
impl Unpin for PF_ArbParamsExtra
impl UnwindSafe for PF_ArbParamsExtra
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