#[repr(transparent)]pub struct Ftrl(pub u32);Expand description
Frame Truncation Length
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for Ftrl
impl Eq for Ftrl
impl StructuralPartialEq for Ftrl
Auto Trait Implementations§
impl Freeze for Ftrl
impl RefUnwindSafe for Ftrl
impl Send for Ftrl
impl Sync for Ftrl
impl Unpin for Ftrl
impl UnwindSafe for Ftrl
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