pub struct AttrControlling(pub u64);Expand description
Represents ICE-CONTROLLING attribute.
Tuple Fields§
§0: u64Trait Implementations§
Source§impl Clone for AttrControlling
impl Clone for AttrControlling
Source§fn clone(&self) -> AttrControlling
fn clone(&self) -> AttrControlling
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 AttrControlling
Source§impl Debug for AttrControlling
impl Debug for AttrControlling
Source§impl Default for AttrControlling
impl Default for AttrControlling
Source§fn default() -> AttrControlling
fn default() -> AttrControlling
Returns the “default value” for a type. Read more
impl Eq for AttrControlling
Source§impl PartialEq for AttrControlling
impl PartialEq for AttrControlling
Source§fn eq(&self, other: &AttrControlling) -> bool
fn eq(&self, other: &AttrControlling) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for AttrControlling
Auto Trait Implementations§
impl Freeze for AttrControlling
impl RefUnwindSafe for AttrControlling
impl Send for AttrControlling
impl Sync for AttrControlling
impl Unpin for AttrControlling
impl UnsafeUnpin for AttrControlling
impl UnwindSafe for AttrControlling
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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