Struct KSRESET
#[repr(transparent)]pub struct KSRESET(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
impl Copy for KSRESET
impl Eq for KSRESET
impl StructuralPartialEq for KSRESET
Auto Trait Implementations§
impl Freeze for KSRESET
impl RefUnwindSafe for KSRESET
impl Send for KSRESET
impl Sync for KSRESET
impl Unpin for KSRESET
impl UnwindSafe for KSRESET
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