pub struct CciPort {
pub port_type: CciPortType,
pub base_offset: usize,
pub enabled: bool,
}Fields§
§port_type: CciPortType§base_offset: usize§enabled: boolTrait Implementations§
Auto Trait Implementations§
impl Freeze for CciPort
impl RefUnwindSafe for CciPort
impl Send for CciPort
impl Sync for CciPort
impl Unpin for CciPort
impl UnsafeUnpin for CciPort
impl UnwindSafe for CciPort
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