#[repr(C)]pub struct Tuple0();Expand description
An ABI stable tuple of 0 elements.
Implementations§
Trait Implementations§
Source§impl IStable for Tuple0
impl IStable for Tuple0
Source§const REPORT: &'static TypeReport
const REPORT: &'static TypeReport
A compile-time generated report of the fields of the type, allowing for compatibility inspection.
Source§const ID: u64 = 14_372_685_147_207_681_108u64
const ID: u64 = 14_372_685_147_207_681_108u64
A stable (and ideally unique) identifier for the type. Often generated using
crate::report::gen_id, but can be manually set.Source§type ForbiddenValues = <() as IStable>::ForbiddenValues
type ForbiddenValues = <() as IStable>::ForbiddenValues
The values that the annotated type cannot occupy.
Source§type UnusedBits = <() as IStable>::UnusedBits
type UnusedBits = <() as IStable>::UnusedBits
The padding bits in the annotated types
Source§type HasExactlyOneNiche = <() as IStable>::HasExactlyOneNiche
type HasExactlyOneNiche = <() as IStable>::HasExactlyOneNiche
Allows the detection of whether or not
core::option::Options are stable: Read moreSource§type ContainsIndirections = <() as IStable>::ContainsIndirections
type ContainsIndirections = <() as IStable>::ContainsIndirections
Whether or not the type contains indirections (pointers, indices in independent data-structures…)
Source§impl Ord for Tuple0
impl Ord for Tuple0
Source§impl PartialOrd for Tuple0
impl PartialOrd for Tuple0
impl Copy for Tuple0
impl Eq for Tuple0
impl StructuralPartialEq for Tuple0
Auto Trait Implementations§
impl Freeze for Tuple0
impl RefUnwindSafe for Tuple0
impl Send for Tuple0
impl Sync for Tuple0
impl Unpin for Tuple0
impl UnwindSafe for Tuple0
Blanket Implementations§
Source§impl<Source> AccessAs for Source
impl<Source> AccessAs for Source
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> IPod for T
impl<T> IPod for T
Source§fn identifier() -> u64
fn identifier() -> u64
Produces an identifier for the type, allowing to check type at runtime (barring collisions).