#[repr(C)]pub struct NamedGPIOList {
pub name: *mut i8,
pub in_: *mut *mut IRQState,
pub num_in: i32,
pub num_out: i32,
pub node: NamedGPIOList__bindgen_ty_1,
}Fields§
§name: *mut i8§in_: *mut *mut IRQState§num_in: i32§num_out: i32§node: NamedGPIOList__bindgen_ty_1Trait Implementations§
Source§impl Clone for NamedGPIOList
impl Clone for NamedGPIOList
Source§fn clone(&self) -> NamedGPIOList
fn clone(&self) -> NamedGPIOList
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 moreSource§impl Debug for NamedGPIOList
impl Debug for NamedGPIOList
impl Copy for NamedGPIOList
Auto Trait Implementations§
impl Freeze for NamedGPIOList
impl RefUnwindSafe for NamedGPIOList
impl !Send for NamedGPIOList
impl !Sync for NamedGPIOList
impl Unpin for NamedGPIOList
impl UnwindSafe for NamedGPIOList
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