pub struct Scid(/* private fields */);Expand description
Protocol identifier newtypes for type-safe ID handling.
Each type wraps u32. Validation (bit-width checks) is
performed at point of use, not at construction.
Spacecraft Identifier.
Implementations§
Trait Implementations§
impl Copy for Scid
impl Eq for Scid
impl StructuralPartialEq for Scid
Auto Trait Implementations§
impl Freeze for Scid
impl RefUnwindSafe for Scid
impl Send for Scid
impl Sync for Scid
impl Unpin for Scid
impl UnsafeUnpin for Scid
impl UnwindSafe for Scid
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