#[repr(C)]pub struct FFBlockConfig {
pub width: u8,
pub range: [u8; 2],
}
Fields§
§width: u8
§range: [u8; 2]
Trait Implementations§
Source§impl Clone for FFBlockConfig
impl Clone for FFBlockConfig
Source§fn clone(&self) -> FFBlockConfig
fn clone(&self) -> FFBlockConfig
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 FFBlockConfig
impl Debug for FFBlockConfig
impl Copy for FFBlockConfig
Auto Trait Implementations§
impl Freeze for FFBlockConfig
impl RefUnwindSafe for FFBlockConfig
impl Send for FFBlockConfig
impl Sync for FFBlockConfig
impl Unpin for FFBlockConfig
impl UnwindSafe for FFBlockConfig
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