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