#[repr(C)]pub struct FALimits {
pub _address: u8,
}Expand description
This class defines global limits for input and output of all modules.
Fields§
§_address: u8Trait Implementations§
Auto Trait Implementations§
impl Freeze for FALimits
impl RefUnwindSafe for FALimits
impl Send for FALimits
impl Sync for FALimits
impl Unpin for FALimits
impl UnwindSafe for FALimits
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