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