pub enum SyncWidth {
WordSize,
}Expand description
Frame Sync Width
Variants§
WordSize
Frame sync width is the size of the word
Trait Implementations§
impl Copy for SyncWidth
impl Eq for SyncWidth
impl StructuralPartialEq for SyncWidth
Auto Trait Implementations§
impl Freeze for SyncWidth
impl RefUnwindSafe for SyncWidth
impl Send for SyncWidth
impl Sync for SyncWidth
impl Unpin for SyncWidth
impl UnsafeUnpin for SyncWidth
impl UnwindSafe for SyncWidth
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