#[repr(transparent)]pub struct Prot(pub u32);
Tuple Fields§
§0: u32
Implementations§
Trait Implementations§
Source§impl BitAndAssign for Prot
impl BitAndAssign for Prot
Source§fn bitand_assign(&mut self, rhs: Prot)
fn bitand_assign(&mut self, rhs: Prot)
Performs the
&=
operation. Read moreSource§impl BitOrAssign for Prot
impl BitOrAssign for Prot
Source§fn bitor_assign(&mut self, rhs: Prot)
fn bitor_assign(&mut self, rhs: Prot)
Performs the
|=
operation. Read moreSource§impl Ord for Prot
impl Ord for Prot
Source§impl PartialOrd for Prot
impl PartialOrd for Prot
impl Copy for Prot
impl Eq for Prot
impl StructuralPartialEq for Prot
Auto Trait Implementations§
impl Freeze for Prot
impl RefUnwindSafe for Prot
impl Send for Prot
impl Sync for Prot
impl Unpin for Prot
impl UnwindSafe for Prot
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