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