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