#[repr(C, packed(1))]pub struct GpioMapAtom {
pub flags: u16,
pub pins: [u8; 28],
}Fields§
§flags: u16§pins: [u8; 28]Trait Implementations§
Source§impl Clone for GpioMapAtom
impl Clone for GpioMapAtom
Source§fn clone(&self) -> GpioMapAtom
fn clone(&self) -> GpioMapAtom
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 GpioMapAtom
impl Debug for GpioMapAtom
Source§impl Display for GpioMapAtom
impl Display for GpioMapAtom
impl Copy for GpioMapAtom
Auto Trait Implementations§
impl Freeze for GpioMapAtom
impl RefUnwindSafe for GpioMapAtom
impl Send for GpioMapAtom
impl Sync for GpioMapAtom
impl Unpin for GpioMapAtom
impl UnwindSafe for GpioMapAtom
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