pub struct AllowRwCount<const NUM: u8>;
Expand description
Specifies how many read-write allows a grant instance supports automatically.
Trait Implementations§
Source§impl<const NUM: u8> AllowRwSize for AllowRwCount<NUM>
impl<const NUM: u8> AllowRwSize for AllowRwCount<NUM>
Auto Trait Implementations§
impl<const NUM: u8> Freeze for AllowRwCount<NUM>
impl<const NUM: u8> RefUnwindSafe for AllowRwCount<NUM>
impl<const NUM: u8> Send for AllowRwCount<NUM>
impl<const NUM: u8> Sync for AllowRwCount<NUM>
impl<const NUM: u8> Unpin for AllowRwCount<NUM>
impl<const NUM: u8> UnwindSafe for AllowRwCount<NUM>
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