#[repr(transparent)]pub struct Lutkey(pub u32);Expand description
LUT Key
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for Lutkey
impl Eq for Lutkey
impl StructuralPartialEq for Lutkey
Auto Trait Implementations§
impl Freeze for Lutkey
impl RefUnwindSafe for Lutkey
impl Send for Lutkey
impl Sync for Lutkey
impl Unpin for Lutkey
impl UnwindSafe for Lutkey
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