pub struct ByteDomain;Expand description
A domain whose symbols and offsets are bytes.
Trait Implementations§
Source§impl Clone for ByteDomain
impl Clone for ByteDomain
Source§fn clone(&self) -> ByteDomain
fn clone(&self) -> ByteDomain
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ByteDomain
Source§impl Debug for ByteDomain
impl Debug for ByteDomain
Source§impl Default for ByteDomain
impl Default for ByteDomain
Source§fn default() -> ByteDomain
fn default() -> ByteDomain
Returns the “default value” for a type. Read more
impl Eq for ByteDomain
Source§impl PartialEq for ByteDomain
impl PartialEq for ByteDomain
impl StructuralPartialEq for ByteDomain
Source§impl SymbolDomain for ByteDomain
impl SymbolDomain for ByteDomain
Auto Trait Implementations§
impl Freeze for ByteDomain
impl RefUnwindSafe for ByteDomain
impl Send for ByteDomain
impl Sync for ByteDomain
impl Unpin for ByteDomain
impl UnsafeUnpin for ByteDomain
impl UnwindSafe for ByteDomain
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