#[repr(C)]pub struct TtfRangeT {
pub start: u32,
pub n: u32,
}
Fields§
§start: u32
§n: u32
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TtfRangeT
impl RefUnwindSafe for TtfRangeT
impl Send for TtfRangeT
impl Sync for TtfRangeT
impl Unpin for TtfRangeT
impl UnwindSafe for TtfRangeT
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