pub struct FDRType;Expand description
Marker type for FDR (ON-set + Don’t-care + OFF-set) covers
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FDRType
impl RefUnwindSafe for FDRType
impl Send for FDRType
impl Sync for FDRType
impl Unpin for FDRType
impl UnwindSafe for FDRType
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