#[repr(C)]pub enum FcEndian {
Big = 0,
Little = 1,
}
Variants§
Auto Trait Implementations§
impl Freeze for FcEndian
impl RefUnwindSafe for FcEndian
impl Send for FcEndian
impl Sync for FcEndian
impl Unpin for FcEndian
impl UnwindSafe for FcEndian
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