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