Struct BSCF
#[repr(transparent)]pub struct BSCF(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
impl Copy for BSCF
impl Eq for BSCF
impl StructuralPartialEq for BSCF
Auto Trait Implementations§
impl Freeze for BSCF
impl RefUnwindSafe for BSCF
impl Send for BSCF
impl Sync for BSCF
impl Unpin for BSCF
impl UnwindSafe for BSCF
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