#[repr(transparent)]pub struct RamMemRule(pub u32);Expand description
RAMA Memory Rule 0.
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
Source§impl Clone for RamMemRule
impl Clone for RamMemRule
Source§fn clone(&self) -> RamMemRule
fn clone(&self) -> RamMemRule
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 RamMemRule
impl Debug for RamMemRule
Source§impl Default for RamMemRule
impl Default for RamMemRule
Source§fn default() -> RamMemRule
fn default() -> RamMemRule
Returns the “default value” for a type. Read more
Source§impl PartialEq for RamMemRule
impl PartialEq for RamMemRule
impl Copy for RamMemRule
impl Eq for RamMemRule
impl StructuralPartialEq for RamMemRule
Auto Trait Implementations§
impl Freeze for RamMemRule
impl RefUnwindSafe for RamMemRule
impl Send for RamMemRule
impl Sync for RamMemRule
impl Unpin for RamMemRule
impl UnwindSafe for RamMemRule
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