#[repr(transparent)]pub struct InternalAttributes(pub u16);
Tuple Fields§
§0: u16
Implementations§
Trait Implementations§
Source§impl Clone for InternalAttributes
impl Clone for InternalAttributes
Source§fn clone(&self) -> InternalAttributes
fn clone(&self) -> InternalAttributes
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 InternalAttributes
impl Debug for InternalAttributes
Source§impl PartialEq for InternalAttributes
impl PartialEq for InternalAttributes
impl Copy for InternalAttributes
impl Eq for InternalAttributes
impl StructuralPartialEq for InternalAttributes
Auto Trait Implementations§
impl Freeze for InternalAttributes
impl RefUnwindSafe for InternalAttributes
impl Send for InternalAttributes
impl Sync for InternalAttributes
impl Unpin for InternalAttributes
impl UnwindSafe for InternalAttributes
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