pub struct ReversibleU16(/* private fields */);Expand description
An index of the managed resource type
Trait Implementations§
Source§impl Clone for ReversibleU16
impl Clone for ReversibleU16
Source§fn clone(&self) -> ReversibleU16
fn clone(&self) -> ReversibleU16
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 Debug for ReversibleU16
impl Debug for ReversibleU16
Source§impl Hash for ReversibleU16
impl Hash for ReversibleU16
Source§impl PartialEq for ReversibleU16
impl PartialEq for ReversibleU16
impl Copy for ReversibleU16
impl Eq for ReversibleU16
impl StructuralPartialEq for ReversibleU16
Auto Trait Implementations§
impl Freeze for ReversibleU16
impl RefUnwindSafe for ReversibleU16
impl Send for ReversibleU16
impl Sync for ReversibleU16
impl Unpin for ReversibleU16
impl UnwindSafe for ReversibleU16
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