#[repr(C)]pub struct fk_label {
pub fkl_type: uchar_t,
pub fkl_magich: uchar_t,
pub fkl_magicl: uchar_t,
pub filler: uchar_t,
}Fields§
§fkl_type: uchar_t§fkl_magich: uchar_t§fkl_magicl: uchar_t§filler: uchar_tTrait Implementations§
Auto Trait Implementations§
impl Freeze for fk_label
impl RefUnwindSafe for fk_label
impl Send for fk_label
impl Sync for fk_label
impl Unpin for fk_label
impl UnwindSafe for fk_label
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