#[repr(u8)]pub enum SrcDest {
Source = 0,
Destination = 1,
}Expand description
Source-or-Destination Identifier.
Variants§
Source = 0
SCID identifies the source spacecraft.
Destination = 1
SCID identifies the destination spacecraft.
Trait Implementations§
impl Copy for SrcDest
impl Eq for SrcDest
impl StructuralPartialEq for SrcDest
Auto Trait Implementations§
impl Freeze for SrcDest
impl RefUnwindSafe for SrcDest
impl Send for SrcDest
impl Sync for SrcDest
impl Unpin for SrcDest
impl UnsafeUnpin for SrcDest
impl UnwindSafe for SrcDest
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