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