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