#[repr(C)]pub struct padlist {
pub xpadl_max: isize,
pub xpadl_arr: padlist__bindgen_ty_1,
pub xpadl_id: U32,
pub xpadl_outid: U32,
}
Fields§
§xpadl_max: isize
§xpadl_arr: padlist__bindgen_ty_1
§xpadl_id: U32
§xpadl_outid: U32
Trait Implementations§
Auto Trait Implementations§
impl Freeze for padlist
impl RefUnwindSafe for padlist
impl !Send for padlist
impl !Sync for padlist
impl Unpin for padlist
impl UnwindSafe for padlist
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