pub struct Fsp {
pub frame: u32,
pub slot: u32,
pub port: u32,
}Fields§
§frame: u32§slot: u32§port: u32Implementations§
Trait Implementations§
impl Copy for Fsp
impl Eq for Fsp
impl StructuralPartialEq for Fsp
Auto Trait Implementations§
impl Freeze for Fsp
impl RefUnwindSafe for Fsp
impl Send for Fsp
impl Sync for Fsp
impl Unpin for Fsp
impl UnsafeUnpin for Fsp
impl UnwindSafe for Fsp
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