Struct cyfs_base::FORMAT_FACTORY
source · [−]pub struct FORMAT_FACTORY { /* private fields */ }Methods from Deref<Target = FormatFactory>
Trait Implementations
sourceimpl Deref for FORMAT_FACTORY
impl Deref for FORMAT_FACTORY
type Target = FormatFactory
type Target = FormatFactory
The resulting type after dereferencing.
sourcefn deref(&self) -> &FormatFactory
fn deref(&self) -> &FormatFactory
Dereferences the value.
impl LazyStatic for FORMAT_FACTORY
Auto Trait Implementations
impl RefUnwindSafe for FORMAT_FACTORY
impl Send for FORMAT_FACTORY
impl Sync for FORMAT_FACTORY
impl Unpin for FORMAT_FACTORY
impl UnwindSafe for FORMAT_FACTORY
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more