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