#[repr(transparent)]pub struct PlaneId(pub u32);
Tuple Fields§
§0: u32
Implementations§
Trait Implementations§
Source§impl AsRawPropertyValue for PlaneId
impl AsRawPropertyValue for PlaneId
fn as_raw_property_value(&self) -> u64
Source§impl IntoRawPropertyValue for PlaneId
impl IntoRawPropertyValue for PlaneId
impl Copy for PlaneId
impl Eq for PlaneId
impl StructuralPartialEq for PlaneId
Auto Trait Implementations§
impl Freeze for PlaneId
impl RefUnwindSafe for PlaneId
impl Send for PlaneId
impl Sync for PlaneId
impl Unpin for PlaneId
impl UnwindSafe for PlaneId
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