Struct _OPPROGDLGF
#[repr(transparent)]pub struct _OPPROGDLGF(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
§impl Clone for _OPPROGDLGF
impl Clone for _OPPROGDLGF
§fn clone(&self) -> _OPPROGDLGF
fn clone(&self) -> _OPPROGDLGF
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for _OPPROGDLGF
impl Debug for _OPPROGDLGF
§impl Default for _OPPROGDLGF
impl Default for _OPPROGDLGF
§fn default() -> _OPPROGDLGF
fn default() -> _OPPROGDLGF
Returns the “default value” for a type. Read more
§impl PartialEq for _OPPROGDLGF
impl PartialEq for _OPPROGDLGF
impl Copy for _OPPROGDLGF
impl Eq for _OPPROGDLGF
impl StructuralPartialEq for _OPPROGDLGF
Auto Trait Implementations§
impl Freeze for _OPPROGDLGF
impl RefUnwindSafe for _OPPROGDLGF
impl Send for _OPPROGDLGF
impl Sync for _OPPROGDLGF
impl Unpin for _OPPROGDLGF
impl UnwindSafe for _OPPROGDLGF
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