Struct OFFSETTYPE
#[repr(transparent)]pub struct OFFSETTYPE(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
§impl Clone for OFFSETTYPE
impl Clone for OFFSETTYPE
§fn clone(&self) -> OFFSETTYPE
fn clone(&self) -> OFFSETTYPE
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 OFFSETTYPE
impl Debug for OFFSETTYPE
§impl Default for OFFSETTYPE
impl Default for OFFSETTYPE
§fn default() -> OFFSETTYPE
fn default() -> OFFSETTYPE
Returns the “default value” for a type. Read more
§impl PartialEq for OFFSETTYPE
impl PartialEq for OFFSETTYPE
impl Copy for OFFSETTYPE
impl Eq for OFFSETTYPE
impl StructuralPartialEq for OFFSETTYPE
Auto Trait Implementations§
impl Freeze for OFFSETTYPE
impl RefUnwindSafe for OFFSETTYPE
impl Send for OFFSETTYPE
impl Sync for OFFSETTYPE
impl Unpin for OFFSETTYPE
impl UnwindSafe for OFFSETTYPE
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