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