struct MaybeOffset(u32);Expand description
Use in-band signaling for missing offsets to keep the struct size small.
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
Source§impl Clone for MaybeOffset
impl Clone for MaybeOffset
Source§fn clone(&self) -> MaybeOffset
fn clone(&self) -> MaybeOffset
Returns a duplicate 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 moreSource§impl Default for MaybeOffset
impl Default for MaybeOffset
impl Copy for MaybeOffset
Auto Trait Implementations§
impl Freeze for MaybeOffset
impl RefUnwindSafe for MaybeOffset
impl Send for MaybeOffset
impl Sync for MaybeOffset
impl Unpin for MaybeOffset
impl UnsafeUnpin for MaybeOffset
impl UnwindSafe for MaybeOffset
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