pub struct Struct {
pub public: (),
/* private fields */
}
Fields
public: ()
Implementations
sourceimpl Struct
impl Struct
pub const SELF: Self = Struct { public: (), .. }
pub const TUP_STRUCT: TupStruct = TupStruct(_, -45, _, _)
pub const SEALED0: Container0 = Container0 { .. }
pub const SEALED1: Container1 = Container1(_)
pub const SEALED2: AtomicBool = AtomicBool { .. }
pub const SUM0: Size = Uninhabited
pub const SUM1: Size = Inhabited { inhabitants: 9000 }
pub const SUM2: Size = Unknown(Reason)
pub const INT: i64 = 2368
pub const STR: &'static str = "hello friends"
pub const FLOAT0: f32 = 2930.21997
pub const FLOAT1: f64 = -3.42E+21
pub const REF: &'static i32 = _
pub const PTR: *const u16 = _
pub const ARR0: [u16; 8] = [1080, 1080, 1080, 1080, 1080, 1080, 1080, 1080]
pub const ARR1: [u16; 100] = [………]
pub const SLICE0: &'static [bool] = _
pub const DATA: Data = Data { open: (0, 0, 1), .. }
pub const OPAQ: Opaque = Opaque(_)
Auto Trait Implementations
impl RefUnwindSafe for Struct
impl Send for Struct
impl Sync for Struct
impl Unpin for Struct
impl UnwindSafe for Struct
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