Struct islet_rmm::granule::array::GranuleState
source · pub struct GranuleState {
pub inner: u8,
}
Fields§
§inner: u8
Implementations§
Trait Implementations§
source§impl Clone for GranuleState
impl Clone for GranuleState
source§fn clone(&self) -> GranuleState
fn clone(&self) -> GranuleState
Returns a copy 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 GranuleState
impl Debug for GranuleState
source§impl PartialEq for GranuleState
impl PartialEq for GranuleState
source§fn eq(&self, other: &GranuleState) -> bool
fn eq(&self, other: &GranuleState) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for GranuleState
impl StructuralPartialEq for GranuleState
Auto Trait Implementations§
impl Freeze for GranuleState
impl RefUnwindSafe for GranuleState
impl Send for GranuleState
impl Sync for GranuleState
impl Unpin for GranuleState
impl UnwindSafe for GranuleState
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