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