#[repr(C)]pub struct is_same {
pub _address: u8,
}
Fields§
§_address: u8
Trait Implementations§
impl Copy for is_same
impl Eq for is_same
impl StructuralPartialEq for is_same
Auto Trait Implementations§
impl Freeze for is_same
impl RefUnwindSafe for is_same
impl Send for is_same
impl Sync for is_same
impl Unpin for is_same
impl UnwindSafe for is_same
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