pub struct SramTypes {
pub raw: u16,
}
Expand description
Fields
raw: u16
Raw value
Implementations
sourceimpl SramTypes
impl SramTypes
sourcepub fn pipeline_burst(&self) -> bool
pub fn pipeline_burst(&self) -> bool
Pipeline Burst
sourcepub fn synchronous(&self) -> bool
pub fn synchronous(&self) -> bool
Synchronous
sourcepub fn asynchronous(&self) -> bool
pub fn asynchronous(&self) -> bool
Asynchronous
Trait Implementations
impl Eq for SramTypes
impl StructuralEq for SramTypes
impl StructuralPartialEq for SramTypes
Auto Trait Implementations
impl RefUnwindSafe for SramTypes
impl Send for SramTypes
impl Sync for SramTypes
impl Unpin for SramTypes
impl UnwindSafe for SramTypes
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more