Struct BDA_Range
#[repr(transparent)]pub struct BDA_Range(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
impl Copy for BDA_Range
impl Eq for BDA_Range
impl StructuralPartialEq for BDA_Range
Auto Trait Implementations§
impl Freeze for BDA_Range
impl RefUnwindSafe for BDA_Range
impl Send for BDA_Range
impl Sync for BDA_Range
impl Unpin for BDA_Range
impl UnwindSafe for BDA_Range
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