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