#[repr(C)]pub struct __detector {
pub _address: u8,
}
Fields§
§_address: u8
Trait Implementations§
Source§impl Clone for __detector
impl Clone for __detector
Source§fn clone(&self) -> __detector
fn clone(&self) -> __detector
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for __detector
impl Debug for __detector
Source§impl Default for __detector
impl Default for __detector
Source§fn default() -> __detector
fn default() -> __detector
Returns the “default value” for a type. Read more
Source§impl PartialEq for __detector
impl PartialEq for __detector
impl Copy for __detector
impl Eq for __detector
impl StructuralPartialEq for __detector
Auto Trait Implementations§
impl Freeze for __detector
impl RefUnwindSafe for __detector
impl Send for __detector
impl Sync for __detector
impl Unpin for __detector
impl UnwindSafe for __detector
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