pub struct MemConfig {
pub access: AccessFlags,
pub attrs: MemAttributes,
}Fields§
§access: AccessFlags§attrs: MemAttributesTrait Implementations§
impl Copy for MemConfig
impl Eq for MemConfig
impl StructuralPartialEq for MemConfig
Auto Trait Implementations§
impl Freeze for MemConfig
impl RefUnwindSafe for MemConfig
impl Send for MemConfig
impl Sync for MemConfig
impl Unpin for MemConfig
impl UnwindSafe for MemConfig
Blanket Implementations§
Source§impl<T> Background for T
impl<T> Background for T
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