#[repr(transparent)]pub struct PipeId(pub u32);Expand description
A type-safe, zero-cost wrapper for a cFE Software Bus Pipe ID.
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for PipeId
impl Eq for PipeId
Auto Trait Implementations§
impl Freeze for PipeId
impl RefUnwindSafe for PipeId
impl Send for PipeId
impl Sync for PipeId
impl Unpin for PipeId
impl UnsafeUnpin for PipeId
impl UnwindSafe for PipeId
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