Type Alias AnyProperties
pub type AnyProperties = Properties<Any>;Expand description
Properties without any restriction on allowed property IDs.
Aliased Type§
#[repr(transparent)]pub struct AnyProperties {
_marker: PhantomData<Any>,
bytes: [u8],
}Fields§
§_marker: PhantomData<Any>§bytes: [u8]