Struct radiation::LimitDescriptor
source · [−]Trait Implementations
Auto Trait Implementations
impl<L, const LOWER: usize, const UPPER: usize> RefUnwindSafe for LimitDescriptor<L, LOWER, UPPER> where
L: RefUnwindSafe,
impl<L, const LOWER: usize, const UPPER: usize> Send for LimitDescriptor<L, LOWER, UPPER> where
L: Send,
impl<L, const LOWER: usize, const UPPER: usize> Sync for LimitDescriptor<L, LOWER, UPPER> where
L: Sync,
impl<L, const LOWER: usize, const UPPER: usize> Unpin for LimitDescriptor<L, LOWER, UPPER> where
L: Unpin,
impl<L, const LOWER: usize, const UPPER: usize> UnwindSafe for LimitDescriptor<L, LOWER, UPPER> where
L: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more