#[repr(C)]pub struct IslandContentC {
pub tag: u32,
pub title: [u8; 256],
pub artist: [u8; 256],
pub cover_url: [u8; 512],
pub is_playing: bool,
pub message: [u8; 256],
pub label: [u8; 128],
pub value: [u8; 128],
}Fields§
§tag: u32§title: [u8; 256]§artist: [u8; 256]§cover_url: [u8; 512]§is_playing: bool§message: [u8; 256]§label: [u8; 128]§value: [u8; 128]Auto Trait Implementations§
impl Freeze for IslandContentC
impl RefUnwindSafe for IslandContentC
impl Send for IslandContentC
impl Sync for IslandContentC
impl Unpin for IslandContentC
impl UnsafeUnpin for IslandContentC
impl UnwindSafe for IslandContentC
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