Struct CanPin
#[repr(C)]pub struct CanPin {
pub port: usize,
pub line: u8,
pub af: u8,
}Fields§
§port: usize§line: u8§af: u8Trait Implementations§
Auto Trait Implementations§
impl Freeze for CanPin
impl RefUnwindSafe for CanPin
impl Send for CanPin
impl Sync for CanPin
impl Unpin for CanPin
impl UnsafeUnpin for CanPin
impl UnwindSafe for CanPin
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