#[repr(C)]pub struct fbl_internal_CommonNodeStateBase {
pub _address: u8,
}Fields§
§_address: u8Trait Implementations§
Auto Trait Implementations§
impl Freeze for fbl_internal_CommonNodeStateBase
impl RefUnwindSafe for fbl_internal_CommonNodeStateBase
impl Send for fbl_internal_CommonNodeStateBase
impl Sync for fbl_internal_CommonNodeStateBase
impl Unpin for fbl_internal_CommonNodeStateBase
impl UnsafeUnpin for fbl_internal_CommonNodeStateBase
impl UnwindSafe for fbl_internal_CommonNodeStateBase
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