#[repr(C)]pub struct AllocId(pub(crate) u32);
Expand description
ID referring to an allocated rectangle.
Tuple Fields§
§0: u32
Implementations§
Trait Implementations§
source§impl<'de> Deserialize<'de> for AllocId
impl<'de> Deserialize<'de> for AllocId
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq for AllocId
impl PartialEq for AllocId
impl Copy for AllocId
impl Eq for AllocId
impl StructuralPartialEq for AllocId
Auto Trait Implementations§
impl Freeze for AllocId
impl RefUnwindSafe for AllocId
impl Send for AllocId
impl Sync for AllocId
impl Unpin for AllocId
impl UnwindSafe for AllocId
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